16 #ifndef vtkSegYReader_h 17 #define vtkSegYReader_h 21 #include <vtkIOSegYModule.h> 48 vtkSetStringMacro(FileName);
49 vtkGetStringMacro(FileName);
68 vtkSetClampMacro(XYCoordMode,
int, VTK_SEGY_SOURCE, VTK_SEGY_CUSTOM);
69 vtkGetMacro(XYCoordMode,
int);
70 void SetXYCoordModeToSource();
71 void SetXYCoordModeToCDP();
72 void SetXYCoordModeToCustom();
82 vtkSetMacro(XCoordByte,
int);
83 vtkGetMacro(XCoordByte,
int);
84 vtkSetMacro(YCoordByte,
int);
85 vtkGetMacro(YCoordByte,
int);
90 VTK_SEGY_VERTICAL_HEIGHTS = 0,
91 VTK_SEGY_VERTICAL_DEPTHS
105 vtkSetMacro(VerticalCRS,
int);
106 vtkGetMacro(VerticalCRS,
int);
117 vtkSetMacro(StructuredGrid,
int);
118 vtkGetMacro(StructuredGrid,
int);
119 vtkBooleanMacro(StructuredGrid,
int);
138 double DataOrigin[3];
139 double DataSpacing[3][3];
140 int DataSpacingSign[3];
158 #endif // vtkSegYReader_h
vtkSegYReaderInternal * Reader
void PrintSelf(ostream &os, vtkIndent indent) override
Methods invoked by print to print information about the object including superclasses.
a simple class to control print indentation
topologically and geometrically regular array of data
virtual int RequestData(vtkInformation *, vtkInformationVector **, vtkInformationVector *)
This is called within ProcessRequest when a request asks the algorithm to do its work.
virtual int RequestInformation(vtkInformation *, vtkInformationVector **, vtkInformationVector *)
This is called within ProcessRequest when a request asks for Information.
Superclass for algorithms that produce output of the same type as input.
virtual int RequestDataObject(vtkInformation *request, vtkInformationVector **inputVector, vtkInformationVector *outputVector)
This is called within ProcessRequest to when a request asks the algorithm to create empty output data...
static vtkDataSetAlgorithm * New()