25#include "vtkIOImageModule.h"
65 vtkGetMacro(OutputGridDimension,
int);
66 vtkSetMacro(OutputGridDimension,
int);
72 vtkSetMacro(ExtentSplitMode,
int);
73 vtkGetMacro(ExtentSplitMode,
int);
75 vtkGetMacro(DataOrigin, VTK_FUTURE_CONST
double*);
76 vtkGetMacro(DataSpacing, VTK_FUTURE_CONST
double*);
101 vtkSetMacro(FixedDimensionValue1,
int);
102 vtkSetMacro(FixedDimensionValue2,
int);
103 vtkGetVector2Macro(FixedDimRange,
int);
121 std::string FileName =
"";
122 int OutputGridDimension = 3;
126 std::string XDimension =
"CDP";
127 std::string YDimension =
"LINE";
128 std::string ZDimension =
"DEPTH";
129 std::string FixedDimension1 =
"OFFSET";
130 std::string FixedDimension2 =
"DEPTH";
133 int FixedDimRange[2] = { 0, 0 };
139 enum class DataFormatType : std::uint8_t
149 DataFormatType DataFormat = DataFormatType::XDR_FLOAT;
152 double OutputSpacing[3];
153 double OutputOrigin[3];
155 std::string DataFileType;
156 std::string BinaryFilename;
Generic algorithm superclass for image algs.
topologically and geometrically regular array of data
a simple class to control print indentation
Allocate and hold a VTK object.
Stanford Exploration Project files reader.
std::array< std::int32_t, 6 > ComputeExtent() const
int RequestData(vtkInformation *request, vtkInformationVector **, vtkInformationVector *) override
This is called in response to a REQUEST_DATA request from the executive.
vtkGetCharFromStdStringMacro(FileName)
vtkSetStdStringFromCharMacro(ZDimension)
vtkNew< vtkStringArray > AllRanges
vtkSetStdStringFromCharMacro(YDimension)
vtkSetStdStringFromCharMacro(FixedDimension2)
bool ReadData(vtkImageData *, int *)
int RequestInformation(vtkInformation *, vtkInformationVector **, vtkInformationVector *) override
Subclasses can reimplement this method to collect information from their inputs and set information f...
vtkNew< vtkStringArray > AllDimensions
vtkSetStdStringFromCharMacro(XDimension)
Specify the name for each spatial / fixed dimension.
void PrintSelf(ostream &os, vtkIndent indent) override
Methods invoked by print to print information about the object including superclasses.
vtkSetStdStringFromCharMacro(FixedDimension1)
static vtkSEPReader * New()
bool CanReadFile(VTK_FILEPATH const char *)
vtkSetStdStringFromCharMacro(FileName)
Specify file name for the SEP Header file.
a vtkAbstractArray subclass for strings
static constexpr int SEP_READER_MAX_DIMENSION