4 #ifndef vtkSegYReader_h
5 #define vtkSegYReader_h
9 #include <vtkIOSegYModule.h>
12 VTK_ABI_NAMESPACE_BEGIN
40 vtkSetFilePathMacro(FileName);
41 vtkGetFilePathMacro(FileName);
60 vtkSetClampMacro(XYCoordMode,
int, VTK_SEGY_SOURCE, VTK_SEGY_CUSTOM);
61 vtkGetMacro(XYCoordMode,
int);
62 void SetXYCoordModeToSource();
63 void SetXYCoordModeToCDP();
64 void SetXYCoordModeToCustom();
74 vtkSetMacro(XCoordByte,
int);
75 vtkGetMacro(XCoordByte,
int);
76 vtkSetMacro(YCoordByte,
int);
77 vtkGetMacro(YCoordByte,
int);
82 VTK_SEGY_VERTICAL_HEIGHTS = 0,
83 VTK_SEGY_VERTICAL_DEPTHS
97 vtkSetMacro(VerticalCRS,
int);
98 vtkGetMacro(VerticalCRS,
int);
109 vtkSetMacro(StructuredGrid,
int);
110 vtkGetMacro(StructuredGrid,
int);
111 vtkBooleanMacro(StructuredGrid,
int);
122 vtkSetMacro(Force2D,
bool);
123 vtkGetMacro(Force2D,
bool);
124 vtkBooleanMacro(Force2D,
bool);
139 double DataOrigin[3];
140 double DataSpacing[3][3];
141 int DataSpacingSign[3];
160 VTK_ABI_NAMESPACE_END
161 #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 when a request asks the algorithm to create empty output data ob...
static vtkDataSetAlgorithm * New()