Home
last modified time | relevance | path

Searched refs:vtkInformation (Results 1 – 25 of 3726) sorted by relevance

12345678910>>...150

/dports/math/vtk8/VTK-8.2.0/Common/Core/
H A DvtkInformation.cxx51 vtkInformation::vtkInformation() in vtkInformation() function in vtkInformation
61 vtkInformation::~vtkInformation() in ~vtkInformation()
233 void vtkInformation::CopyEntry(vtkInformation* from, in CopyEntry()
247 void vtkInformation::CopyEntry(vtkInformation* from, in CopyEntry()
261 void vtkInformation::CopyEntry(vtkInformation* from, in CopyEntry()
275 void vtkInformation::CopyEntry(vtkInformation* from, in CopyEntry()
290 void vtkInformation::CopyEntry(vtkInformation* from, in CopyEntry()
304 void vtkInformation::CopyEntry(vtkInformation* from, in CopyEntry()
318 void vtkInformation::CopyEntry(vtkInformation* from, in CopyEntry()
332 void vtkInformation::CopyEntry(vtkInformation *from, in CopyEntry()
[all …]
H A DvtkInformationKey.h36 class vtkInformation; variable
83 virtual void ShallowCopy(vtkInformation* from, vtkInformation* to)=0;
91 virtual void DeepCopy(vtkInformation *from, vtkInformation *to) in DeepCopy()
97 virtual int Has(vtkInformation* info);
102 virtual void Remove(vtkInformation* info);
113 void Print(vtkInformation* info);
114 virtual void Print(ostream& os, vtkInformation* info);
190 vtkObjectBase* GetAsObjectBase(vtkInformation* info);
194 void ReportAsObjectBase(vtkInformation* info,
209 static vtkInformation##type##Key* CLASS##_##NAME = \
[all …]
H A DvtkInformationObjectBaseVectorKey.h70 void Clear(vtkInformation* info);
76 void Resize(vtkInformation* info, int n);
81 int Size(vtkInformation* info);
87 void Append(vtkInformation* info, vtkObjectBase *value);
100 void Remove(vtkInformation *info, vtkObjectBase *val);
101 void Remove(vtkInformation *info, int idx);
110 void SetRange(vtkInformation* info,
121 void GetRange(vtkInformation *info,
130 vtkObjectBase *Get(vtkInformation* info, int idx);
143 void ShallowCopy(vtkInformation* from, vtkInformation* to) override;
[all …]
H A DvtkInformationInformationKey.cxx37 void vtkInformationInformationKey::Set(vtkInformation* info, in Set()
38 vtkInformation* value) in Set()
44 vtkInformation* vtkInformationInformationKey::Get(vtkInformation* info) in Get()
46 return static_cast<vtkInformation *>(this->GetAsObjectBase(info)); in Get()
50 void vtkInformationInformationKey::ShallowCopy(vtkInformation* from, in ShallowCopy()
51 vtkInformation* to) in ShallowCopy()
57 void vtkInformationInformationKey::DeepCopy(vtkInformation* from, in DeepCopy()
58 vtkInformation* to) in DeepCopy()
60 vtkInformation *toInfo = vtkInformation::New(); in DeepCopy()
/dports/math/vtk9/VTK-9.1.0/Common/Core/
H A DvtkInformation.cxx51 vtkInformation::vtkInformation() in vtkInformation() function in vtkInformation
61 vtkInformation::~vtkInformation() in ~vtkInformation()
98 void vtkInformation::Modified() in Modified()
192 void vtkInformation::Clear() in Clear()
198 void vtkInformation::Copy(vtkInformation* from, int deep) in Copy()
215 void vtkInformation::Append(vtkInformation* from, int deep) in Append()
229 void vtkInformation::CopyEntry(vtkInformation* from, vtkInformationKey* key, int deep) in CopyEntry()
268 void vtkInformation::CopyEntry( in CopyEntry()
321 void vtkInformation::CopyEntry( in CopyEntry()
374 void vtkInformation::CopyEntry(vtkInformation* from, vtkInformationStringKey* key, int deep) in CopyEntry()
[all …]
H A DvtkInformationKey.h36 class vtkInformation; variable
83 virtual void ShallowCopy(vtkInformation* from, vtkInformation* to) = 0;
91 virtual void DeepCopy(vtkInformation* from, vtkInformation* to) { this->ShallowCopy(from, to); } in DeepCopy()
96 virtual int Has(vtkInformation* info);
101 virtual void Remove(vtkInformation* info);
112 void Print(vtkInformation* info);
126 vtkInformation* vtkNotUsed(pipelineInfo), vtkInformation* vtkNotUsed(dobjInfo)) in NeedToExecute()
146 vtkInformation* vtkNotUsed(pipelineInfo), vtkInformation* vtkNotUsed(dobjInfo)) in StoreMetaData()
159 vtkInformation* vtkNotUsed(fromInfo), vtkInformation* vtkNotUsed(toInfo)) in CopyDefaultInformation()
221 static vtkInformation##type##Key* CLASS##_##NAME = new vtkInformation##type##Key(#NAME, #CLASS); \
[all …]
H A DvtkInformationObjectBaseVectorKey.h69 void Clear(vtkInformation* info);
75 void Resize(vtkInformation* info, int size);
80 int Size(vtkInformation* info);
81 int Length(vtkInformation* info) { return this->Size(info); } in Length()
86 void Append(vtkInformation* info, vtkObjectBase* value);
92 void Set(vtkInformation* info, vtkObjectBase* value, int i);
99 void Remove(vtkInformation* info, vtkObjectBase* val);
100 void Remove(vtkInformation* info, int idx);
121 vtkObjectBase* Get(vtkInformation* info, int idx);
134 void ShallowCopy(vtkInformation* source, vtkInformation* dest) override;
[all …]
/dports/math/vtk6/VTK-6.2.0/Common/Core/
H A DvtkInformation.cxx50 vtkInformation::vtkInformation() in vtkInformation() function in vtkInformation
60 vtkInformation::~vtkInformation() in ~vtkInformation()
218 void vtkInformation::CopyEntry(vtkInformation* from, in CopyEntry()
232 void vtkInformation::CopyEntry(vtkInformation* from, in CopyEntry()
246 void vtkInformation::CopyEntry(vtkInformation* from, in CopyEntry()
260 void vtkInformation::CopyEntry(vtkInformation* from, in CopyEntry()
275 void vtkInformation::CopyEntry(vtkInformation* from, in CopyEntry()
289 void vtkInformation::CopyEntry(vtkInformation* from, in CopyEntry()
303 void vtkInformation::CopyEntry(vtkInformation* from, in CopyEntry()
317 void vtkInformation::CopyEntry(vtkInformation* from, in CopyEntry()
[all …]
H A DvtkInformationKey.h33 class vtkInformation; variable
72 virtual void ShallowCopy(vtkInformation* from, vtkInformation* to)=0;
79 virtual void DeepCopy(vtkInformation *from, vtkInformation *to) in DeepCopy()
84 virtual int Has(vtkInformation* info);
88 virtual void Remove(vtkInformation* info);
96 void Print(vtkInformation* info);
97 virtual void Print(ostream& os, vtkInformation* info);
169 vtkObjectBase* GetAsObjectBase(vtkInformation* info);
173 void ReportAsObjectBase(vtkInformation* info,
188 static vtkInformation##type##Key* CLASS##_##NAME = \
[all …]
H A DvtkInformationObjectBaseVectorKey.h62 void Clear(vtkInformation* info);
66 void Resize(vtkInformation* info, int n);
69 int Size(vtkInformation* info);
70 int Length(vtkInformation* info){ return this->Size(info); } in Length()
73 void Append(vtkInformation* info, vtkObjectBase *value);
77 void Set(vtkInformation* info, vtkObjectBase *value, int i);
82 void SetRange(vtkInformation* info,
92 void GetRange(vtkInformation *info,
100 vtkObjectBase *Get(vtkInformation* info, int idx);
112 virtual void ShallowCopy(vtkInformation* from, vtkInformation* to);
[all …]
/dports/math/vtk6/VTK-6.2.0/Common/ExecutionModel/
H A DvtkCompositeDataPipeline.h119 virtual void PushInformation(vtkInformation*);
120 virtual void PopInformation (vtkInformation*);
167 vtkInformation* inInfo,
168 vtkInformation* outInfo,
169 vtkInformation* request,
178 vtkInformation* InformationCache;
180 vtkInformation* GenericRequest;
181 vtkInformation* DataObjectRequest;
182 vtkInformation* InformationRequest;
183 vtkInformation* UpdateExtentRequest;
[all …]
H A DvtkStreamingDemandDrivenPipeline.h52 virtual int ProcessRequest(vtkInformation* request,
81 static int* GetWholeExtent(vtkInformation *);
97 static int* GetUpdateExtent(vtkInformation *);
105 static int SetUpdateExtent(vtkInformation *,
107 static int SetUpdatePiece(vtkInformation *, int piece);
108 static int GetUpdatePiece(vtkInformation *);
110 static int GetUpdateNumberOfPieces(vtkInformation *);
112 static int GetUpdateGhostLevel(vtkInformation *);
259 virtual void ExecuteDataStart(vtkInformation* request,
262 virtual void ExecuteDataEnd(vtkInformation* request,
[all …]
H A DvtkInformationExecutivePortVectorKey.h52 void Append(vtkInformation* info, vtkExecutive* executive, int port);
53 void Remove(vtkInformation* info, vtkExecutive* executive, int port);
55 vtkExecutive** GetExecutives(vtkInformation* info);
56 int* GetPorts(vtkInformation* info);
57 void Get(vtkInformation* info, vtkExecutive** executives, int* ports);
58 int Length(vtkInformation* info);
64 virtual void ShallowCopy(vtkInformation* from, vtkInformation* to);
68 virtual void Remove(vtkInformation* info);
76 virtual void Print(ostream& os, vtkInformation* info);
84 vtkExecutive** GetExecutivesWatchAddress(vtkInformation* info);
[all …]
/dports/math/vtk6/VTK-6.2.0/Common/DataModel/
H A DvtkInformationQuadratureSchemeDefinitionVectorKey.h49 void Clear(vtkInformation* info);
53 void Resize(vtkInformation* info, int n);
56 int Size(vtkInformation* info);
57 int Length(vtkInformation* info){ return this->Size(info); } in Length()
69 void SetRange(vtkInformation* info,
79 void GetRange(vtkInformation *info,
87 vtkQuadratureSchemeDefinition *Get(vtkInformation* info, int idx);
99 virtual void ShallowCopy(vtkInformation* from, vtkInformation* to);
100 virtual void DeepCopy(vtkInformation* from, vtkInformation* to);
104 virtual void Print(ostream& os, vtkInformation* info);
[all …]
/dports/math/vtk8/VTK-8.2.0/Common/DataModel/
H A DvtkInformationQuadratureSchemeDefinitionVectorKey.h56 void Clear(vtkInformation* info);
61 void Resize(vtkInformation* info, int n);
65 int Size(vtkInformation* info);
66 int Length(vtkInformation* info){ return this->Size(info); } in Length()
81 void SetRange(vtkInformation* info,
92 void GetRange(vtkInformation *info,
101 vtkQuadratureSchemeDefinition *Get(vtkInformation* info, int idx);
115 void ShallowCopy(vtkInformation* from, vtkInformation* to) override;
116 void DeepCopy(vtkInformation* from, vtkInformation* to) override;
122 void Print(ostream& os, vtkInformation* info) override;
[all …]
/dports/math/vtk9/VTK-9.1.0/Common/DataModel/
H A DvtkInformationQuadratureSchemeDefinitionVectorKey.h55 void Clear(vtkInformation* info);
60 void Resize(vtkInformation* info, int n);
64 int Size(vtkInformation* info);
65 int Length(vtkInformation* info) { return this->Size(info); } in Length()
94 vtkQuadratureSchemeDefinition* Get(vtkInformation* info, int idx);
108 void ShallowCopy(vtkInformation* from, vtkInformation* to) override;
109 void DeepCopy(vtkInformation* from, vtkInformation* to) override;
115 void Print(ostream& os, vtkInformation* info) override;
127 int SaveState(vtkInformation* info, vtkXMLDataElement* element);
132 int RestoreState(vtkInformation* info, vtkXMLDataElement* element);
[all …]
/dports/math/vtk8/VTK-8.2.0/Common/ExecutionModel/
H A DvtkCompositeDataPipeline.h131 virtual void PushInformation(vtkInformation*);
132 virtual void PopInformation (vtkInformation*);
134 int ExecuteDataObject(vtkInformation* request,
138 int ExecuteData(vtkInformation* request,
142 void ExecuteDataStart(vtkInformation* request,
172 vtkInformation* request,
178 vtkInformation* inInfo,
179 vtkInformation* request,
188 vtkInformation* InformationCache;
190 vtkInformation* GenericRequest;
[all …]
H A DvtkStreamingDemandDrivenPipeline.h57 int ProcessRequest(vtkInformation* request,
244 static int* GetUpdateExtent(vtkInformation *);
252 static int GetUpdatePiece(vtkInformation *);
254 static int GetUpdateGhostLevel(vtkInformation *);
280 int ExecuteInformation(vtkInformation* request,
301 void ExecuteDataStart(vtkInformation* request,
304 void ExecuteDataEnd(vtkInformation* request,
309 void MarkOutputsGenerated(vtkInformation* request,
321 vtkInformation *UpdateExtentRequest;
322 vtkInformation *UpdateTimeRequest;
[all …]
H A DvtkInformationExecutivePortVectorKey.h58 void Append(vtkInformation* info, vtkExecutive* executive, int port);
59 void Remove(vtkInformation* info, vtkExecutive* executive, int port);
61 vtkExecutive** GetExecutives(vtkInformation* info);
62 int* GetPorts(vtkInformation* info);
63 void Get(vtkInformation* info, vtkExecutive** executives, int* ports);
64 int Length(vtkInformation* info);
72 void ShallowCopy(vtkInformation* from, vtkInformation* to) override;
77 void Remove(vtkInformation* info) override;
87 void Print(ostream& os, vtkInformation* info) override;
97 vtkExecutive** GetExecutivesWatchAddress(vtkInformation* info);
[all …]
/dports/math/vtk9/VTK-9.1.0/Common/ExecutionModel/
H A DvtkCompositeDataPipeline.h122 int ForwardUpstream(vtkInformation* request) override;
123 virtual int ForwardUpstream(int i, int j, vtkInformation* request);
126 void CopyDefaultInformation(vtkInformation* request, int direction,
129 virtual void PushInformation(vtkInformation*);
130 virtual void PopInformation(vtkInformation*);
163 vtkInformationVector* outInfoVec, vtkInformation* inInfo, vtkInformation* request,
170 vtkInformation* InformationCache;
172 vtkInformation* GenericRequest;
173 vtkInformation* InformationRequest;
175 void ResetPipelineInformation(int port, vtkInformation*) override;
[all …]
H A DvtkStreamingDemandDrivenPipeline.h116 static int SetWholeExtent(vtkInformation*, int extent[6]);
117 static void GetWholeExtent(vtkInformation*, int extent[6]);
118 static int* GetWholeExtent(vtkInformation*) VTK_SIZEHINT(6);
243 static void GetUpdateExtent(vtkInformation*, int extent[6]);
244 static int* GetUpdateExtent(vtkInformation*);
252 static int GetUpdatePiece(vtkInformation*);
253 static int GetUpdateNumberOfPieces(vtkInformation*);
254 static int GetUpdateGhostLevel(vtkInformation*);
311 vtkInformation* UpdateExtentRequest;
312 vtkInformation* UpdateTimeRequest;
[all …]
H A DvtkInformationExecutivePortVectorKey.h58 void Append(vtkInformation* info, vtkExecutive* executive, int port);
59 void Remove(vtkInformation* info, vtkExecutive* executive, int port);
61 vtkExecutive** GetExecutives(vtkInformation* info);
62 int* GetPorts(vtkInformation* info);
63 void Get(vtkInformation* info, vtkExecutive** executives, int* ports);
64 int Length(vtkInformation* info);
72 void ShallowCopy(vtkInformation* from, vtkInformation* to) override;
77 void Remove(vtkInformation* info) override;
87 void Print(ostream& os, vtkInformation* info) override;
96 vtkExecutive** GetExecutivesWatchAddress(vtkInformation* info);
[all …]
/dports/math/vtk8/VTK-8.2.0/Imaging/Core/
H A DvtkImageIterateFilter.cxx60 ::RequestInformation(vtkInformation* vtkNotUsed(request), in RequestInformation()
65 vtkInformation* outInfo = outputVector->GetInformationObject(0); in RequestInformation()
67 vtkInformation* in = inInfo; in RequestInformation()
73 vtkInformation* out; in RequestInformation()
87 vtkInformation* scalarInfo = in RequestInformation()
122 ::RequestUpdateExtent(vtkInformation*, in RequestUpdateExtent() argument
127 vtkInformation* out = outputVector->GetInformationObject(0); in RequestUpdateExtent()
132 vtkInformation* in; in RequestUpdateExtent()
155 int vtkImageIterateFilter::RequestData(vtkInformation* request, in RequestData()
159 vtkInformation* in = inputVector[0]->GetInformationObject(0); in RequestData()
[all …]
/dports/math/vtk9/VTK-9.1.0/Imaging/Core/
H A DvtkImageIterateFilter.cxx60 vtkInformation* inInfo = inputVector[0]->GetInformationObject(0); in RequestInformation()
61 vtkInformation* outInfo = outputVector->GetInformationObject(0); in RequestInformation()
63 vtkInformation* in = inInfo; in RequestInformation()
69 vtkInformation* out; in RequestInformation()
116 vtkInformation* out = outputVector->GetInformationObject(0); in RequestUpdateExtent()
121 vtkInformation* in; in RequestUpdateExtent()
147 vtkInformation* in = inputVector[0]->GetInformationObject(0); in RequestData()
148 vtkInformation* outInfo = outputVector->GetInformationObject(0); in RequestData()
155 vtkInformation* out; in RequestData()
189 int vtkImageIterateFilter::IterativeRequestInformation(vtkInformation*, vtkInformation*) in IterativeRequestInformation() argument
[all …]
/dports/math/vtk6/VTK-6.2.0/Imaging/Core/
H A DvtkImageIterateFilter.cxx60 ::RequestInformation(vtkInformation* vtkNotUsed(request), in RequestInformation()
65 vtkInformation* outInfo = outputVector->GetInformationObject(0); in RequestInformation()
67 vtkInformation* in = inInfo; in RequestInformation()
73 vtkInformation* out; in RequestInformation()
87 vtkInformation* scalarInfo = in RequestInformation()
122 ::RequestUpdateExtent(vtkInformation*, in RequestUpdateExtent() argument
127 vtkInformation* out = outputVector->GetInformationObject(0); in RequestUpdateExtent()
132 vtkInformation* in; in RequestUpdateExtent()
155 int vtkImageIterateFilter::RequestData(vtkInformation* request, in RequestData()
159 vtkInformation* in = inputVector[0]->GetInformationObject(0); in RequestData()
[all …]

12345678910>>...150