GOFIGURE2  0.9.0
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Groups Pages
Macros | Functions
vtkLSMReader.cxx File Reference
#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>
Include dependency graph for vtkLSMReader.cxx:

Go to the source code of this file.

Macros

#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]
 

Functions

 vtkStandardNewMacro (vtkLSMReader)
 

Macro Definition Documentation

#define CLEAR_CODE   256

Definition at line 90 of file vtkLSMReader.cxx.

#define EOI_CODE   257

Definition at line 91 of file vtkLSMReader.cxx.

#define PRT_EXT (   ext)    ext[0], ext[1], ext[2], ext[3], ext[4], ext[5]

Definition at line 87 of file vtkLSMReader.cxx.

#define PRT_EXT2 (   ext)    ext[0] << "," << ext[1] << "," << ext[2] << "," << ext[3] << "," << ext[4] << "," << ext[5]

Definition at line 88 of file vtkLSMReader.cxx.

Function Documentation

vtkStandardNewMacro ( vtkLSMReader  )