16#ifndef vtkSegYReader_h
17#define vtkSegYReader_h
21#include <vtkIOSegYModule.h>
68 vtkSetClampMacro(XYCoordMode,
int, VTK_SEGY_SOURCE, VTK_SEGY_CUSTOM);
69 vtkGetMacro(XYCoordMode,
int);
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);
130 vtkSetMacro(Force2D,
bool);
131 vtkGetMacro(Force2D,
bool);
132 vtkBooleanMacro(Force2D,
bool);
148 double DataOrigin[3];
149 double DataSpacing[3][3];
150 int DataSpacingSign[3];
Superclass for algorithms that produce output of the same type as input.
topologically and geometrically regular array of data
a simple class to control print indentation
vtkSegYReaderInternal * Reader
void SetXYCoordModeToCustom()
Specify whether to use source x/y coordinates or CDP coordinates or custom byte positions for data po...
void SetXYCoordModeToSource()
Specify whether to use source x/y coordinates or CDP coordinates or custom byte positions for data po...
int RequestDataObject(vtkInformation *request, vtkInformationVector **inputVector, vtkInformationVector *outputVector) override
This is called within ProcessRequest when a request asks the algorithm to create empty output data ob...
int RequestData(vtkInformation *request, vtkInformationVector **inputVector, vtkInformationVector *outputVector) override
This is called within ProcessRequest when a request asks the algorithm to do its work.
int RequestInformation(vtkInformation *request, vtkInformationVector **inputVector, vtkInformationVector *outputVector) override
This is called within ProcessRequest when a request asks for Information.
static vtkSegYReader * New()
void SetXYCoordModeToCDP()
Specify whether to use source x/y coordinates or CDP coordinates or custom byte positions for data po...
void PrintSelf(ostream &os, vtkIndent indent) override
Methods invoked by print to print information about the object including superclasses.
~vtkSegYReader() override
vtkGetFilePathMacro(FileName)
vtkSetFilePathMacro(FileName)