16 #ifndef vtkSegYReader_h 17 #define vtkSegYReader_h 21 #include <vtkIOSegYModule.h> 47 vtkSetStringMacro(FileName);
48 vtkGetStringMacro(FileName);
67 vtkSetClampMacro(XYCoordMode,
int, VTK_SEGY_SOURCE, VTK_SEGY_CUSTOM);
68 vtkGetMacro(XYCoordMode,
int);
69 void SetXYCoordModeToSource();
70 void SetXYCoordModeToCDP();
71 void SetXYCoordModeToCustom();
81 vtkSetMacro(XCoordByte,
int);
82 vtkGetMacro(XCoordByte,
int);
83 vtkSetMacro(YCoordByte,
int);
84 vtkGetMacro(YCoordByte,
int);
89 VTK_SEGY_VERTICAL_HEIGHTS = 0,
90 VTK_SEGY_VERTICAL_DEPTHS
104 vtkSetMacro(VerticalCRS,
int);
105 vtkGetMacro(VerticalCRS,
int);
116 vtkSetMacro(StructuredGrid,
int);
117 vtkGetMacro(StructuredGrid,
int);
118 vtkBooleanMacro(StructuredGrid,
int);
137 double DataOrigin[3];
138 double DataSpacing[3];
139 int DataSpacingSign[3];
157 #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()