16 #ifndef vtkSegYReader_h
17 #define vtkSegYReader_h
21 #include <vtkIOSegYModule.h>
51 vtkSetFilePathMacro(FileName);
52 vtkGetFilePathMacro(FileName);
71 vtkSetClampMacro(XYCoordMode,
int, VTK_SEGY_SOURCE, VTK_SEGY_CUSTOM);
72 vtkGetMacro(XYCoordMode,
int);
73 void SetXYCoordModeToSource();
74 void SetXYCoordModeToCDP();
75 void SetXYCoordModeToCustom();
85 vtkSetMacro(XCoordByte,
int);
86 vtkGetMacro(XCoordByte,
int);
87 vtkSetMacro(YCoordByte,
int);
88 vtkGetMacro(YCoordByte,
int);
93 VTK_SEGY_VERTICAL_HEIGHTS = 0,
94 VTK_SEGY_VERTICAL_DEPTHS
108 vtkSetMacro(VerticalCRS,
int);
109 vtkGetMacro(VerticalCRS,
int);
120 vtkSetMacro(StructuredGrid,
int);
121 vtkGetMacro(StructuredGrid,
int);
122 vtkBooleanMacro(StructuredGrid,
int);
133 vtkSetMacro(Force2D,
bool);
134 vtkGetMacro(Force2D,
bool);
135 vtkBooleanMacro(Force2D,
bool);
151 double DataOrigin[3];
152 double DataSpacing[3][3];
153 int DataSpacingSign[3];
172 #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()