Home
last modified time | relevance | path

Searched refs:vtkInformationDoubleVectorKey (Results 1 – 25 of 68) sorted by relevance

123

/dports/math/vtk8/VTK-8.2.0/Common/Core/
H A DvtkInformationDoubleVectorKey.cxx23 vtkInformationDoubleVectorKey
24 ::vtkInformationDoubleVectorKey(const char* name, const char* location, in vtkInformationDoubleVectorKey() function in vtkInformationDoubleVectorKey
32 vtkInformationDoubleVectorKey::~vtkInformationDoubleVectorKey() = default;
35 void vtkInformationDoubleVectorKey::PrintSelf(ostream& os, vtkIndent indent) in PrintSelf()
49 void vtkInformationDoubleVectorKey::Append(vtkInformation* info, double value) in Append()
65 void vtkInformationDoubleVectorKey::Set(vtkInformation* info, in Set()
96 double* vtkInformationDoubleVectorKey::Get(vtkInformation* info) in Get()
105 double vtkInformationDoubleVectorKey::Get(vtkInformation* info, int idx) in Get()
119 void vtkInformationDoubleVectorKey::Get(vtkInformation* info, in Get()
136 int vtkInformationDoubleVectorKey::Length(vtkInformation* info) in Length()
[all …]
H A DvtkInformationDoubleVectorKey.h31 class VTKCOMMONCORE_EXPORT vtkInformationDoubleVectorKey : public vtkInformationKey
34 vtkTypeMacro(vtkInformationDoubleVectorKey,vtkInformationKey);
37 vtkInformationDoubleVectorKey(const char* name, const char* location,
39 ~vtkInformationDoubleVectorKey() override;
46 static vtkInformationDoubleVectorKey* MakeKey(const char* name, const char* location,
49 return new vtkInformationDoubleVectorKey(name, location, length);
82 vtkInformationDoubleVectorKey(const vtkInformationDoubleVectorKey&) = delete;
83 void operator=(const vtkInformationDoubleVectorKey&) = delete;
H A DvtkInformation.h49 class vtkInformationDoubleVectorKey; variable
280 VTKCOMMONCORE_EXPORT void Set(vtkInformationDoubleVectorKey* key, double value1,
282 VTKCOMMONCORE_EXPORT void Set(vtkInformationDoubleVectorKey* key,
285 VTKCOMMONCORE_EXPORT double* Get(vtkInformationDoubleVectorKey* key);
286 VTKCOMMONCORE_EXPORT double Get(vtkInformationDoubleVectorKey* key, int idx);
287 VTKCOMMONCORE_EXPORT void Get(vtkInformationDoubleVectorKey* key, double* value);
288 VTKCOMMONCORE_EXPORT int Length(vtkInformationDoubleVectorKey* key);
289 VTKCOMMONCORE_EXPORT void Remove(vtkInformationDoubleVectorKey* key);
290 VTKCOMMONCORE_EXPORT int Has(vtkInformationDoubleVectorKey* key);
337 vtkInformationDoubleVectorKey* value);
[all …]
/dports/math/vtk9/VTK-9.1.0/Common/Core/
H A DvtkInformationDoubleVectorKey.cxx22 vtkInformationDoubleVectorKey ::vtkInformationDoubleVectorKey( in vtkInformationDoubleVectorKey() function in vtkInformationDoubleVectorKey
31 vtkInformationDoubleVectorKey::~vtkInformationDoubleVectorKey() = default;
34 void vtkInformationDoubleVectorKey::PrintSelf(ostream& os, vtkIndent indent) in PrintSelf()
48 void vtkInformationDoubleVectorKey::Append(vtkInformation* info, double value) in Append()
63 void vtkInformationDoubleVectorKey::Set(vtkInformation* info, const double* value, int length) in Set()
90 double* vtkInformationDoubleVectorKey::Get(vtkInformation* info) in Get()
98 double vtkInformationDoubleVectorKey::Get(vtkInformation* info, int idx) in Get()
111 void vtkInformationDoubleVectorKey::Get(vtkInformation* info, double* value) in Get()
125 int vtkInformationDoubleVectorKey::Length(vtkInformation* info) in Length()
133 void vtkInformationDoubleVectorKey::ShallowCopy(vtkInformation* from, vtkInformation* to) in ShallowCopy()
[all …]
H A DvtkInformationDoubleVectorKey.h31 class VTKCOMMONCORE_EXPORT vtkInformationDoubleVectorKey : public vtkInformationKey
34 vtkTypeMacro(vtkInformationDoubleVectorKey, vtkInformationKey);
37 vtkInformationDoubleVectorKey(const char* name, const char* location, int length = -1);
38 ~vtkInformationDoubleVectorKey() override;
45 static vtkInformationDoubleVectorKey* MakeKey(
48 return new vtkInformationDoubleVectorKey(name, location, length);
81 vtkInformationDoubleVectorKey(const vtkInformationDoubleVectorKey&) = delete;
82 void operator=(const vtkInformationDoubleVectorKey&) = delete;
H A DvtkInformation.h40 class vtkInformationDoubleVectorKey; variable
260 void Append(vtkInformationDoubleVectorKey* key, double value);
261 void Set(vtkInformationDoubleVectorKey* key, const double* value, int length);
265 double* Get(vtkInformationDoubleVectorKey* key);
266 double Get(vtkInformationDoubleVectorKey* key, int idx);
267 void Get(vtkInformationDoubleVectorKey* key, double* value);
268 int Length(vtkInformationDoubleVectorKey* key);
269 void Remove(vtkInformationDoubleVectorKey* key);
270 int Has(vtkInformationDoubleVectorKey* key);
315 void Append(vtkInformationKeyVectorKey* key, vtkInformationDoubleVectorKey* value);
[all …]
/dports/math/vtk6/VTK-6.2.0/Common/Core/
H A DvtkInformationDoubleVectorKey.cxx23 vtkInformationDoubleVectorKey
24 ::vtkInformationDoubleVectorKey(const char* name, const char* location, in vtkInformationDoubleVectorKey() function in vtkInformationDoubleVectorKey
32 vtkInformationDoubleVectorKey::~vtkInformationDoubleVectorKey() in ~vtkInformationDoubleVectorKey()
37 void vtkInformationDoubleVectorKey::PrintSelf(ostream& os, vtkIndent indent) in PrintSelf()
51 void vtkInformationDoubleVectorKey::Append(vtkInformation* info, double value) in Append()
67 void vtkInformationDoubleVectorKey::Set(vtkInformation* info, double* value, in Set()
97 double* vtkInformationDoubleVectorKey::Get(vtkInformation* info) in Get()
106 double vtkInformationDoubleVectorKey::Get(vtkInformation* info, int idx) in Get()
120 void vtkInformationDoubleVectorKey::Get(vtkInformation* info, in Get()
137 int vtkInformationDoubleVectorKey::Length(vtkInformation* info) in Length()
[all …]
H A DvtkInformationDoubleVectorKey.h28 class VTKCOMMONCORE_EXPORT vtkInformationDoubleVectorKey : public vtkInformationKey
31 vtkTypeMacro(vtkInformationDoubleVectorKey,vtkInformationKey);
34 vtkInformationDoubleVectorKey(const char* name, const char* location,
36 ~vtkInformationDoubleVectorKey();
42 static vtkInformationDoubleVectorKey* MakeKey(const char* name, const char* location,
45 return new vtkInformationDoubleVectorKey(name, location, length);
73 vtkInformationDoubleVectorKey(const vtkInformationDoubleVectorKey&); // Not implemented.
74 void operator=(const vtkInformationDoubleVectorKey&); // Not implemented.
H A DvtkInformation.h44 class vtkInformationDoubleVectorKey; variable
223 VTKCOMMONCORE_EXPORT void Set(vtkInformationDoubleVectorKey* key, double value1,
225 VTKCOMMONCORE_EXPORT void Set(vtkInformationDoubleVectorKey* key,
228 VTKCOMMONCORE_EXPORT double* Get(vtkInformationDoubleVectorKey* key);
229 VTKCOMMONCORE_EXPORT double Get(vtkInformationDoubleVectorKey* key, int idx);
230 VTKCOMMONCORE_EXPORT void Get(vtkInformationDoubleVectorKey* key, double* value);
231 VTKCOMMONCORE_EXPORT int Length(vtkInformationDoubleVectorKey* key);
232 VTKCOMMONCORE_EXPORT void Remove(vtkInformationDoubleVectorKey* key);
233 VTKCOMMONCORE_EXPORT int Has(vtkInformationDoubleVectorKey* key);
273 vtkInformationDoubleVectorKey* value);
[all …]
/dports/math/vtk9/VTK-9.1.0/Common/DataModel/
H A DvtkDataObject.h47 class vtkInformationDoubleVectorKey; variable
393 static vtkInformationDoubleVectorKey* FIELD_RANGE();
399 static vtkInformationDoubleVectorKey* ORIGIN();
401 static vtkInformationDoubleVectorKey* SPACING();
403 static vtkInformationDoubleVectorKey* DIRECTION();
405 static vtkInformationDoubleVectorKey* BOUNDING_BOX();
H A DvtkAnnotation.h43 class vtkInformationDoubleVectorKey; variable
85 static vtkInformationDoubleVectorKey* COLOR();
/dports/math/vtk8/VTK-8.2.0/Common/DataModel/
H A DvtkDataObject.h46 class vtkInformationDoubleVectorKey; variable
380 static vtkInformationDoubleVectorKey* FIELD_RANGE();
386 static vtkInformationDoubleVectorKey* ORIGIN();
388 static vtkInformationDoubleVectorKey* SPACING();
390 static vtkInformationDoubleVectorKey* BOUNDING_BOX();
H A DvtkAnnotation.h43 class vtkInformationDoubleVectorKey; variable
80 static vtkInformationDoubleVectorKey* COLOR();
/dports/math/vtk6/VTK-6.2.0/Common/DataModel/
H A DvtkDataObject.h44 class vtkInformationDoubleVectorKey; variable
338 static vtkInformationDoubleVectorKey* FIELD_RANGE();
344 static vtkInformationDoubleVectorKey* ORIGIN();
346 static vtkInformationDoubleVectorKey* SPACING();
348 static vtkInformationDoubleVectorKey* BOUNDING_BOX();
H A DvtkAnnotation.h40 class vtkInformationDoubleVectorKey; variable
69 static vtkInformationDoubleVectorKey* COLOR();
/dports/math/vtk9/VTK-9.1.0/Common/ExecutionModel/
H A DvtkStreamingDemandDrivenPipeline.h36 class vtkInformationDoubleVectorKey; variable
211 static vtkInformationDoubleVectorKey* TIME_STEPS();
217 static vtkInformationDoubleVectorKey* TIME_RANGE();
237 static vtkInformationDoubleVectorKey* BOUNDS();
H A DvtkMultiTimeStepAlgorithm.h48 class vtkInformationDoubleVectorKey; variable
65 static vtkInformationDoubleVectorKey* UPDATE_TIME_STEPS();
/dports/math/vtk8/VTK-8.2.0/Common/ExecutionModel/
H A DvtkStreamingDemandDrivenPipeline.h36 class vtkInformationDoubleVectorKey; variable
211 static vtkInformationDoubleVectorKey* TIME_STEPS();
217 static vtkInformationDoubleVectorKey* TIME_RANGE();
237 static vtkInformationDoubleVectorKey *BOUNDS();
H A DvtkMultiTimeStepAlgorithm.h37 class vtkInformationDoubleVectorKey; variable
57 static vtkInformationDoubleVectorKey* UPDATE_TIME_STEPS();
/dports/math/vtk6/VTK-6.2.0/Common/ExecutionModel/
H A DvtkStreamingDemandDrivenPipeline.h33 class vtkInformationDoubleVectorKey; variable
192 static vtkInformationDoubleVectorKey* TIME_STEPS();
197 static vtkInformationDoubleVectorKey* TIME_RANGE();
214 static vtkInformationDoubleVectorKey *BOUNDS();
H A DvtkMultiTimeStepAlgorithm.h35 class vtkInformationDoubleVectorKey; variable
54 static vtkInformationDoubleVectorKey* UPDATE_TIME_STEPS();
/dports/math/vtk8/VTK-8.2.0/Rendering/OSPRay/
H A DvtkOSPRayRendererNode.h32 class vtkInformationDoubleVectorKey; variable
138 static vtkInformationDoubleVectorKey* NORTH_POLE();
150 static vtkInformationDoubleVectorKey* EAST_POLE();
/dports/math/vtk6/VTK-6.2.0/Rendering/OpenGL/
H A DvtkCoincidentTopologyResolutionPainter.h31 class vtkInformationDoubleVectorKey; variable
63 static vtkInformationDoubleVectorKey* POLYGON_OFFSET_PARAMETERS();
H A DvtkValuePainter.h31 class vtkInformationDoubleVectorKey; variable
66 static vtkInformationDoubleVectorKey* SCALAR_RANGE();
/dports/math/vtk9/VTK-9.1.0/Rendering/RayTracing/
H A DvtkOSPRayRendererNode.h37 class vtkInformationDoubleVectorKey; variable
229 static vtkInformationDoubleVectorKey* NORTH_POLE();
241 static vtkInformationDoubleVectorKey* EAST_POLE();

123