44#ifndef vtkImageExport_h
45#define vtkImageExport_h
47#include "vtkIOImageModule.h"
70 this->GetDataDimensions(this->DataDimensions);
71 return this->DataDimensions;
89 return vtkImageScalarTypeNameMacro(this->GetDataScalarType());
97 void GetDataExtent(
int* ptr);
99 void GetDataSpacing(
double* ptr);
101 void GetDataOrigin(
double* ptr);
103 void GetDataDirection(
double* ptr);
131 void SetExportVoidPointer(
void*);
132 void* GetExportVoidPointer() {
return this->ExportVoidPointer; }
164 typedef void (*UpdateInformationCallbackType)(
void*);
165 typedef int (*PipelineModifiedCallbackType)(
void*);
166 typedef int* (*WholeExtentCallbackType)(
void*);
167 typedef double* (*SpacingCallbackType)(
void*);
168 typedef double* (*OriginCallbackType)(
void*);
169 typedef double* (*DirectionCallbackType)(
void*);
170 typedef const char* (*ScalarTypeCallbackType)(
void*);
171 typedef int (*NumberOfComponentsCallbackType)(
void*);
172 typedef void (*PropagateUpdateExtentCallbackType)(
void*,
int*);
173 typedef void (*UpdateDataCallbackType)(
void*);
174 typedef int* (*DataExtentCallbackType)(
void*);
175 typedef void* (*BufferPointerCallbackType)(
void*);
218 int DataDimensions[3];
227 static void UpdateInformationCallbackFunction(
void*);
228 static int PipelineModifiedCallbackFunction(
void*);
229 static int* WholeExtentCallbackFunction(
void*);
230 static double* SpacingCallbackFunction(
void*);
231 static double* OriginCallbackFunction(
void*);
232 static double* DirectionCallbackFunction(
void*);
233 static const char* ScalarTypeCallbackFunction(
void*);
234 static int NumberOfComponentsCallbackFunction(
void*);
235 static void PropagateUpdateExtentCallbackFunction(
void*,
int*);
236 static void UpdateDataCallbackFunction(
void*);
237 static int* DataExtentCallbackFunction(
void*);
238 static void* BufferPointerCallbackFunction(
void*);
Superclass for all sources, filters, and sinks in VTK.
vtkInformation * GetInputInformation()
Equivalent to GetInputInformation(0, 0)
vtkAlgorithm * GetInputAlgorithm()
Equivalent to GetInputAlgorithm(0, 0).
Generic algorithm superclass for image algs.
topologically and geometrically regular array of data
Export VTK images to third-party systems.
void * GetPointerToData()
An alternative to Export(): Use with caution.
WholeExtentCallbackType GetWholeExtentCallback() const
Get pointers to the pipeline interface callbacks.
DataExtentCallbackType GetDataExtentCallback() const
Get pointers to the pipeline interface callbacks.
virtual int * DataExtentCallback()
int GetDataNumberOfScalarComponents()
Get the number of scalar components of the data.
NumberOfComponentsCallbackType GetNumberOfComponentsCallback() const
Get pointers to the pipeline interface callbacks.
int GetDataScalarType()
Get the scalar type of the data.
vtkTypeBool ImageLowerLeft
virtual void Export(void *)
The main interface: update the pipeline and export the image to the memory pointed to by SetExportVoi...
BufferPointerCallbackType GetBufferPointerCallback() const
Get pointers to the pipeline interface callbacks.
PipelineModifiedCallbackType GetPipelineModifiedCallback() const
Get pointers to the pipeline interface callbacks.
const char * GetDataScalarTypeAsString()
PropagateUpdateExtentCallbackType GetPropagateUpdateExtentCallback() const
Get pointers to the pipeline interface callbacks.
OriginCallbackType GetOriginCallback() const
Get pointers to the pipeline interface callbacks.
virtual int NumberOfComponentsCallback()
virtual double * OriginCallback()
virtual double * SpacingCallback()
UpdateDataCallbackType GetUpdateDataCallback() const
Get pointers to the pipeline interface callbacks.
static vtkImageExport * New()
ScalarTypeCallbackType GetScalarTypeCallback() const
Get pointers to the pipeline interface callbacks.
SpacingCallbackType GetSpacingCallback() const
Get pointers to the pipeline interface callbacks.
virtual int * WholeExtentCallback()
vtkIdType GetDataMemorySize()
Get the number of bytes required for the output C array.
virtual void * BufferPointerCallback()
int * GetDataExtent()
Get miscellaneous additional information about the data.
void Export()
The main interface: update the pipeline and export the image to the memory pointed to by SetExportVoi...
int * GetDataDimensions()
Get the (x,y,z) index dimensions of the data.
virtual double * DirectionCallback()
~vtkImageExport() override
virtual void UpdateDataCallback()
vtkMTimeType LastPipelineMTime
virtual void PropagateUpdateExtentCallback(int *)
virtual const char * ScalarTypeCallback()
void GetDataDimensions(int *ptr)
Get the (x,y,z) index dimensions of the data.
DirectionCallbackType GetDirectionCallback() const
Get pointers to the pipeline interface callbacks.
int RequestData(vtkInformation *request, vtkInformationVector **inputVector, vtkInformationVector *outputVector) override
This is called in response to a REQUEST_DATA request from the executive.
UpdateInformationCallbackType GetUpdateInformationCallback() const
Get pointers to the pipeline interface callbacks.
void * GetCallbackUserData()
Get the user data that should be passed to the callback functions.
virtual int PipelineModifiedCallback()
void PrintSelf(ostream &os, vtkIndent indent) override
Methods invoked by print to print information about the object including superclasses.
virtual void UpdateInformationCallback()
a simple class to control print indentation
vtkTypeUInt32 vtkMTimeType
#define VTK_SIZEHINT(...)