16#ifndef vtkSegYReader_h
17#define vtkSegYReader_h
21#include <vtkIOSegYModule.h>
71 vtkSetClampMacro(XYCoordMode,
int, VTK_SEGY_SOURCE, VTK_SEGY_CUSTOM);
72 vtkGetMacro(XYCoordMode,
int);
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];
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)