|  | VTK
    9.0.1
    | 
 
 
 
Go to the documentation of this file.
   16 #ifndef vtkSegYReader_h 
   17 #define vtkSegYReader_h 
   21 #include <vtkIOSegYModule.h>  
   48   vtkSetStringMacro(FileName);
 
   49   vtkGetStringMacro(FileName);
 
   68   vtkSetClampMacro(XYCoordMode, 
int, VTK_SEGY_SOURCE, VTK_SEGY_CUSTOM);
 
   69   vtkGetMacro(XYCoordMode, 
int);
 
   70   void SetXYCoordModeToSource();
 
   71   void SetXYCoordModeToCDP();
 
   72   void SetXYCoordModeToCustom();
 
   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];
 
  169 #endif // vtkSegYReader_h 
  
vtkSegYReaderInternal * Reader
virtual int RequestData(vtkInformation *, vtkInformationVector **, vtkInformationVector *)
This is called within ProcessRequest when a request asks the algorithm to do its work.
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...
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
static vtkDataSetAlgorithm * New()
void PrintSelf(ostream &os, vtkIndent indent) override
Methods invoked by print to print information about the object including superclasses.
virtual int RequestInformation(vtkInformation *, vtkInformationVector **, vtkInformationVector *)
This is called within ProcessRequest when a request asks for Information.