#include "vtkLSMReader.h"
#include "vtkObjectFactory.h"
#include "vtkImageData.h"
#include "vtkSource.h"
#include "vtkPointData.h"
#include "vtkByteSwap.h"
#include "vtkInformation.h"
#include "vtkInformationVector.h"
#include "vtkStreamingDemandDrivenPipeline.h"
#include <time.h>
#include <assert.h>
Go to the source code of this file.
|
#define | CLEAR_CODE 256 |
|
#define | EOI_CODE 257 |
|
#define | PRT_EXT(ext) ext[0], ext[1], ext[2], ext[3], ext[4], ext[5] |
|
#define | PRT_EXT2(ext) ext[0] << "," << ext[1] << "," << ext[2] << "," << ext[3] << "," << ext[4] << "," << ext[5] |
|
#define PRT_EXT |
( |
|
ext | ) |
ext[0], ext[1], ext[2], ext[3], ext[4], ext[5] |
#define PRT_EXT2 |
( |
|
ext | ) |
ext[0] << "," << ext[1] << "," << ext[2] << "," << ext[3] << "," << ext[4] << "," << ext[5] |