ITK 6.0.0
Insight Toolkit
 
Loading...
Searching...
No Matches
itkVTKImageExportBase.h
Go to the documentation of this file.
1/*=========================================================================
2 *
3 * Copyright NumFOCUS
4 *
5 * Licensed under the Apache License, Version 2.0 (the "License");
6 * you may not use this file except in compliance with the License.
7 * You may obtain a copy of the License at
8 *
9 * https://www.apache.org/licenses/LICENSE-2.0.txt
10 *
11 * Unless required by applicable law or agreed to in writing, software
12 * distributed under the License is distributed on an "AS IS" BASIS,
13 * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
14 * See the License for the specific language governing permissions and
15 * limitations under the License.
16 *
17 *=========================================================================*/
18#ifndef itkVTKImageExportBase_h
19#define itkVTKImageExportBase_h
20
21#include "itkProcessObject.h"
22#include "ITKVTKExport.h"
23
24namespace itk
25{
38class ITKVTK_EXPORT VTKImageExportBase : public ProcessObject
39{
40public:
41 ITK_DISALLOW_COPY_AND_MOVE(VTKImageExportBase);
42
48
50 itkOverrideGetNameOfClassMacro(VTKImageExportBase);
51
53 void *
55
58 using UpdateInformationCallbackType = void (*)(void *);
59 using PipelineModifiedCallbackType = int (*)(void *);
60 using WholeExtentCallbackType = int * (*)(void *);
61 using SpacingCallbackType = double * (*)(void *);
62 using OriginCallbackType = double * (*)(void *);
63 using DirectionCallbackType = double * (*)(void *);
64 using ScalarTypeCallbackType = const char * (*)(void *);
65 using NumberOfComponentsCallbackType = int (*)(void *);
66 using PropagateUpdateExtentCallbackType = void (*)(void *, int *);
67 using UpdateDataCallbackType = void (*)(void *);
68 using DataExtentCallbackType = int * (*)(void *);
69 using BufferPointerCallbackType = void * (*)(void *);
73 using FloatSpacingCallbackType = float * (*)(void *);
74 using FloatOriginCallbackType = float * (*)(void *);
82 {
83 public:
84 using DoubleCallbackType = double * (*)(void *);
85 using FloatCallbackType = float * (*)(void *);
86 operator DoubleCallbackType() { return m_DoubleCallback; }
87
88 operator FloatCallbackType() { return m_FloatCallback; }
93
94 private:
97 };
98
102
105
108
111
114
117
120
123
126
129
132
135
136protected:
138 ~VTKImageExportBase() override = default;
139 void
140 PrintSelf(std::ostream & os, Indent indent) const override;
141
143
144 virtual void
146
147 virtual int
149
150 virtual void
152
155 virtual int *
157
158 virtual double *
160
161 virtual double *
163
164 virtual double *
166
167 virtual float *
169
170 virtual float *
172
173 virtual const char *
175
176 virtual int
178
179 virtual void
181
182 virtual int *
184
185 virtual void *
187
188private:
192 static void
194
195 static int
197
198 static int *
200
201 static double *
203
204 static double *
206
207 static double *
209
210 static float *
212
213 static float *
215
216 static const char *
218
219 static int
221
222 static void
224
225 static void
227
228 static int *
230
231 static void *
233
234private:
237};
238} // end namespace itk
239
240#endif
SmartPointer< Self > Pointer
Control indentation during Print() invocation.
Definition itkIndent.h:50
Implements transparent reference counting.
Provide compatibility between VTK 4.4 and earlier versions.
CallbackTypeProxy(DoubleCallbackType d, FloatCallbackType f)
PipelineModifiedCallbackType GetPipelineModifiedCallback() const
DataExtentCallbackType GetDataExtentCallback() const
PropagateUpdateExtentCallbackType GetPropagateUpdateExtentCallback() const
static int * WholeExtentCallbackFunction(void *)
static void PropagateUpdateExtentCallbackFunction(void *, int *)
WholeExtentCallbackType GetWholeExtentCallback() const
virtual int * DataExtentCallback()=0
virtual void UpdateDataCallback()
CallbackTypeProxy GetOriginCallback() const
void(*)(void *) UpdateInformationCallbackType
double *(*)(void *) DirectionCallbackType
virtual double * DirectionCallback()=0
static double * OriginCallbackFunction(void *)
SmartPointer< Self > Pointer
NumberOfComponentsCallbackType GetNumberOfComponentsCallback() const
virtual int * WholeExtentCallback()=0
static void * BufferPointerCallbackFunction(void *)
int *(*)(void *) WholeExtentCallbackType
virtual const char * ScalarTypeCallback()=0
int(*)(void *) PipelineModifiedCallbackType
double *(*)(void *) OriginCallbackType
static void UpdateInformationCallbackFunction(void *)
static double * DirectionCallbackFunction(void *)
float *(*)(void *) FloatSpacingCallbackType
static const char * ScalarTypeCallbackFunction(void *)
UpdateInformationCallbackType GetUpdateInformationCallback() const
int(*)(void *) NumberOfComponentsCallbackType
DirectionCallbackType GetDirectionCallback() const
~VTKImageExportBase() override=default
virtual void PropagateUpdateExtentCallback(int *)=0
virtual double * OriginCallback()=0
static void UpdateDataCallbackFunction(void *)
void(*)(void *) UpdateDataCallbackType
CallbackTypeProxy GetSpacingCallback() const
void(*)(void *, int *) PropagateUpdateExtentCallbackType
static int PipelineModifiedCallbackFunction(void *)
BufferPointerCallbackType GetBufferPointerCallback() const
static float * FloatSpacingCallbackFunction(void *)
virtual int NumberOfComponentsCallback()=0
DataObject::Pointer DataObjectPointer
ScalarTypeCallbackType GetScalarTypeCallback() const
static int NumberOfComponentsCallbackFunction(void *)
virtual void UpdateInformationCallback()
static int * DataExtentCallbackFunction(void *)
static double * SpacingCallbackFunction(void *)
SmartPointer< const Self > ConstPointer
int *(*)(void *) DataExtentCallbackType
virtual double * SpacingCallback()=0
void PrintSelf(std::ostream &os, Indent indent) const override
double *(*)(void *) SpacingCallbackType
static float * FloatOriginCallbackFunction(void *)
void *(*)(void *) BufferPointerCallbackType
float *(*)(void *) FloatOriginCallbackType
const char *(*)(void *) ScalarTypeCallbackType
virtual int PipelineModifiedCallback()
UpdateDataCallbackType GetUpdateDataCallback() const
virtual float * FloatOriginCallback()=0
virtual void * BufferPointerCallback()=0
virtual float * FloatSpacingCallback()=0
The "itk" namespace contains all Insight Segmentation and Registration Toolkit (ITK) classes....
SizeValueType ModifiedTimeType