Home
last modified time | relevance | path

Searched defs:outInfo (Results 1 – 25 of 1829) sorted by relevance

12345678910>>...74

/dports/math/vtk9/VTK-9.1.0/Wrapping/Python/vtkmodules/util/
H A DvtkAlgorithm.py48 def GetOutputData(self, outInfo, i): argument
53 def RequestDataObject(self, vtkself, request, inInfo, outInfo): argument
59 def RequestInformation(self, vtkself, request, inInfo, outInfo): argument
69 def RequestData(self, vtkself, request, inInfo, outInfo): argument
73 def ProcessRequest(self, vtkself, request, inInfo, outInfo): argument
174 def GetOutputData(self, outInfo, i): argument
189 def ProcessRequest(self, request, inInfo, outInfo): argument
202 def RequestDataObject(self, request, inInfo, outInfo): argument
208 def RequestInformation(self, request, inInfo, outInfo): argument
213 def RequestUpdateExtent(self, request, inInfo, outInfo): argument
[all …]
/dports/math/vtk6/VTK-6.2.0/Wrapping/Python/vtk/util/
H A DvtkAlgorithm.py47 def GetOutputData(self, outInfo, i): argument
52 def RequestDataObject(self, vtkself, request, inInfo, outInfo): argument
58 def RequestInformation(self, vtkself, request, inInfo, outInfo): argument
68 def RequestData(self, vtkself, request, inInfo, outInfo): argument
72 def ProcessRequest(self, vtkself, request, inInfo, outInfo): argument
173 def GetOutputData(self, outInfo, i): argument
188 def ProcessRequest(self, request, inInfo, outInfo): argument
201 def RequestDataObject(self, request, inInfo, outInfo): argument
207 def RequestInformation(self, request, inInfo, outInfo): argument
212 def RequestUpdateExtent(self, request, inInfo, outInfo): argument
[all …]
/dports/math/vtk8/VTK-8.2.0/Wrapping/Python/vtkmodules/util/
H A DvtkAlgorithm.py48 def GetOutputData(self, outInfo, i): argument
53 def RequestDataObject(self, vtkself, request, inInfo, outInfo): argument
59 def RequestInformation(self, vtkself, request, inInfo, outInfo): argument
69 def RequestData(self, vtkself, request, inInfo, outInfo): argument
73 def ProcessRequest(self, vtkself, request, inInfo, outInfo): argument
174 def GetOutputData(self, outInfo, i): argument
189 def ProcessRequest(self, request, inInfo, outInfo): argument
202 def RequestDataObject(self, request, inInfo, outInfo): argument
208 def RequestInformation(self, request, inInfo, outInfo): argument
213 def RequestUpdateExtent(self, request, inInfo, outInfo): argument
[all …]
/dports/math/vtk9/VTK-9.1.0/Common/DataModel/Testing/Python/
H A DTestPartitionedData.py21 def RequestDataObject(self, request, inInfo, outInfo): argument
32 def RequestData(self, request, inInfo, outInfo): argument
58 def RequestDataObject(self, request, inInfo, outInfo): argument
69 def RequestData(self, request, inInfo, outInfo): argument
95 def RequestDataObject(self, request, inInfo, outInfo): argument
106 def RequestData(self, request, inInfo, outInfo): argument
132 def RequestDataObject(self, request, inInfo, outInfo): argument
143 def RequestData(self, request, inInfo, outInfo): argument
/dports/math/vtk8/VTK-8.2.0/Filters/Python/Testing/Python/
H A DTestPythonAlgorithm.py12 def RequestInformation(self, vtkself, request, inInfo, outInfo): argument
19 def RequestData(self, vtkself, request, inInfo, outInfo): argument
46 def RequestInformation(self, request, inInfo, outInfo): argument
54 def RequestData(self, request, inInfo, outInfo): argument
76 def RequestData(self, vtkself, request, inInfo, outInfo): argument
101 def RequestData(self, request, inInfo, outInfo): argument
/dports/math/vtk9/VTK-9.1.0/Filters/Python/Testing/Python/
H A DTestPythonAlgorithm.py12 def RequestInformation(self, vtkself, request, inInfo, outInfo): argument
19 def RequestData(self, vtkself, request, inInfo, outInfo): argument
46 def RequestInformation(self, request, inInfo, outInfo): argument
54 def RequestData(self, request, inInfo, outInfo): argument
76 def RequestData(self, vtkself, request, inInfo, outInfo): argument
101 def RequestData(self, request, inInfo, outInfo): argument
/dports/math/vtk6/VTK-6.2.0/Filters/Python/Testing/Python/
H A DTestPythonAlgorithm.py12 def RequestInformation(self, vtkself, request, inInfo, outInfo): argument
19 def RequestData(self, vtkself, request, inInfo, outInfo): argument
46 def RequestInformation(self, request, inInfo, outInfo): argument
54 def RequestData(self, request, inInfo, outInfo): argument
76 def RequestData(self, vtkself, request, inInfo, outInfo): argument
101 def RequestData(self, request, inInfo, outInfo): argument
/dports/math/vtk9/VTK-9.1.0/Filters/General/Testing/Python/
H A DTestGroupTimeStepsFilter.py11 def RequestInformation(self, request, inInfo, outInfo): argument
18 def RequestData(self, request, inInfo, outInfo): argument
37 def RequestInformation(self, request, inInfo, outInfo): argument
44 def RequestData(self, request, inInfo, outInfo): argument
/dports/math/vtk8/VTK-8.2.0/Filters/General/
H A DvtkSynchronizeTimeFilter.cxx141 vtkInformation* outInfo = outputVector->GetInformationObject(0); in RequestInformation() local
151 vtkInformation* outInfo = outputVector->GetInformationObject(0); in RequestInformation() local
165 vtkInformation* outInfo = outputVector->GetInformationObject(0); in RequestUpdateExtent() local
194 vtkInformation* outInfo = outputVector->GetInformationObject(0); in RequestData() local
H A DvtkMultiBlockFromTimeSeriesFilter.cxx52 vtkInformation* outInfo = outInfoVec->GetInformationObject(0); in RequestInformation() local
60 vtkInformationVector** inInfo, vtkInformationVector* vtkNotUsed(outInfo)) in RequestUpdateExtent()
72 vtkInformationVector** inInfo, vtkInformationVector* outInfo) in RequestData()
/dports/math/vtk8/VTK-8.2.0/Filters/Parallel/
H A DvtkTransmitStructuredDataPiece.cxx60 vtkInformation* outInfo = outputVector->GetInformationObject(0); in RequestInformation() local
90 vtkInformation *outInfo = outputVector->GetInformationObject(0); in RequestData() local
118 vtkInformation *outInfo) in RootExecute()
178 int, vtkDataSet *output, vtkInformation *outInfo) in SatelliteExecute()
H A DvtkTransmitPolyDataPiece.cxx56 vtkInformation *outInfo = outputVector->GetInformationObject(0); in RequestData() local
90 vtkInformation *outInfo) in RootExecute()
130 vtkInformation *outInfo) in SatelliteExecute()
/dports/math/vtk9/VTK-9.1.0/Filters/Parallel/
H A DvtkTransmitStructuredDataPiece.cxx57 vtkInformation* outInfo = outputVector->GetInformationObject(0); in RequestInformation() local
83 vtkInformation* outInfo = outputVector->GetInformationObject(0); in RequestData() local
110 vtkDataSet* input, vtkDataSet* output, vtkInformation* outInfo) in RootExecute()
171 int, vtkDataSet* output, vtkInformation* outInfo) in SatelliteExecute()
H A DvtkTransmitPolyDataPiece.cxx53 vtkInformation* outInfo = outputVector->GetInformationObject(0); in RequestData() local
84 vtkPolyData* input, vtkPolyData* output, vtkInformation* outInfo) in RootExecute()
120 void vtkTransmitPolyDataPiece::SatelliteExecute(int, vtkPolyData* output, vtkInformation* outInfo) in SatelliteExecute()
/dports/math/vtk9/VTK-9.1.0/Filters/General/
H A DvtkSynchronizeTimeFilter.cxx139 vtkInformation* outInfo = outputVector->GetInformationObject(0); in RequestInformation() local
148 vtkInformation* outInfo = outputVector->GetInformationObject(0); in RequestInformation() local
160 vtkInformation* outInfo = outputVector->GetInformationObject(0); in RequestUpdateExtent() local
187 vtkInformation* outInfo = outputVector->GetInformationObject(0); in RequestData() local
H A DvtkMultiBlockFromTimeSeriesFilter.cxx54 vtkInformation* outInfo = outInfoVec->GetInformationObject(0); in RequestInformation() local
62 vtkInformationVector** inInfo, vtkInformationVector* vtkNotUsed(outInfo)) in RequestUpdateExtent()
74 vtkInformation* request, vtkInformationVector** inInfo, vtkInformationVector* outInfo) in RequestData()
/dports/math/vtk6/VTK-6.2.0/Filters/Parallel/
H A DvtkTransmitStructuredDataPiece.cxx60 vtkInformation* outInfo = outputVector->GetInformationObject(0); in RequestInformation() local
90 vtkInformation *outInfo = outputVector->GetInformationObject(0); in RequestData() local
118 vtkInformation *outInfo) in RootExecute()
178 int, vtkDataSet *output, vtkInformation *outInfo) in SatelliteExecute()
H A DvtkTransmitPolyDataPiece.cxx56 vtkInformation *outInfo = outputVector->GetInformationObject(0); in RequestData() local
90 vtkInformation *outInfo) in RootExecute()
143 vtkInformation *outInfo) in SatelliteExecute()
/dports/math/vtk8/VTK-8.2.0/Common/ExecutionModel/
H A DvtkStreamingDemandDrivenPipeline.cxx232 vtkInformation* outInfo = nullptr; in ProcessRequest() local
408 vtkInformation* outInfo = outInfoVec->GetInformationObject(i); in Update() local
537 vtkInformation* outInfo = outInfoVec->GetInformationObject(i); in CopyDefaultInformation() local
579 vtkInformation* outInfo = in CopyDefaultInformation() local
631 vtkInformation* outInfo = in CopyDefaultInformation() local
835 vtkInformation* outInfo = outInfoVec->GetInformationObject(outputPort); in VerifyOutputInformation() local
956 vtkInformation* outInfo = outInfoVec->GetInformationObject(i); in ExecuteDataStart() local
1010 vtkInformation* outInfo = outInfoVec->GetInformationObject(i); in ExecuteDataEnd() local
1129 vtkInformation* outInfo = outInfoVec->GetInformationObject(i); in MarkOutputsGenerated() local
1247 vtkInformation* outInfo = outInfoVec->GetInformationObject(outputPort); in NeedToExecuteData() local
[all …]
/dports/math/vtk9/VTK-9.1.0/Common/ExecutionModel/
H A DvtkStreamingDemandDrivenPipeline.cxx229 vtkInformation* outInfo = nullptr; in ProcessRequest() local
396 vtkInformation* outInfo = outInfoVec->GetInformationObject(i); in Update() local
512 vtkInformation* outInfo = outInfoVec->GetInformationObject(i); in CopyDefaultInformation() local
553 vtkInformation* outInfo = in CopyDefaultInformation() local
605 vtkInformation* outInfo = in CopyDefaultInformation() local
795 vtkInformation* outInfo = outInfoVec->GetInformationObject(outputPort); in VerifyOutputInformation() local
907 vtkInformation* outInfo = outInfoVec->GetInformationObject(i); in ExecuteDataStart() local
954 vtkInformation* outInfo = outInfoVec->GetInformationObject(i); in ExecuteDataEnd() local
1066 vtkInformation* outInfo = outInfoVec->GetInformationObject(i); in MarkOutputsGenerated() local
1174 vtkInformation* outInfo = outInfoVec->GetInformationObject(outputPort); in NeedToExecuteData() local
[all …]
/dports/math/vtk6/VTK-6.2.0/Common/ExecutionModel/
H A DvtkCompositeDataPipeline.cxx290 vtkInformation* outInfo = outInfoVec->GetInformationObject(0); //assumed to be 0 in ExecuteEach() local
330 vtkInformation* outInfo = 0; in ExecuteSimpleAlgorithm() local
427 vtkInformation* outInfo, in ExecuteSimpleAlgorithmForBlock()
554 vtkInformation* outInfo = outInfoVec->GetInformationObject(outputPort); in NeedToExecuteData() local
615 int vtkCompositeDataPipeline::NeedToExecuteBasedOnCompositeIndices(vtkInformation* outInfo) in NeedToExecuteBasedOnCompositeIndices()
778 vtkInformation* outInfo = outInfoVec->GetInformationObject(i); in CopyDefaultInformation() local
798 vtkInformation* outInfo = in CopyDefaultInformation() local
836 vtkInformation* outInfo = in CopyDefaultInformation() local
898 vtkInformation* outInfo = outInfoVec->GetInformationObject(port); in CheckCompositeData() local
997 vtkInformation* outInfo = this->GetOutputInformation(0); in CreateOutputCompositeDataSet() local
[all …]
/dports/math/vtk8/VTK-8.2.0/IO/Geometry/
H A DvtkBYUReader.cxx92 vtkInformation *outInfo = outputVector->GetInformationObject(0); in RequestData() local
122 vtkInformation *outInfo) in ReadGeometryFile()
269 void vtkBYUReader::ReadDisplacementFile(int numPts, vtkInformation *outInfo) in ReadDisplacementFile()
318 void vtkBYUReader::ReadScalarFile(int numPts, vtkInformation *outInfo) in ReadScalarFile()
367 void vtkBYUReader::ReadTextureFile(int numPts, vtkInformation *outInfo) in ReadTextureFile()
/dports/math/vtk8/VTK-8.2.0/Filters/Extraction/
H A DvtkExtractSelectionLegacy.cxx95 vtkInformation *outInfo = outputVector->GetInformationObject(0); in RequestData() local
211 vtkInformation* outInfo = outputVector->GetInformationObject(0); in RequestDataObject() local
232 vtkInformation* outInfo) in RequestDataInternal()
273 vtkInformation* outInfo) in RequestDataInternal()
326 vtkDataObject* input, vtkSelectionNode* sel, vtkInformation* outInfo) in RequestDataFromBlock()
/dports/math/vtk9/VTK-9.1.0/IO/Geometry/
H A DvtkBYUReader.cxx90 vtkInformation* outInfo = outputVector->GetInformationObject(0); in RequestData() local
119 void vtkBYUReader::ReadGeometryFile(FILE* geomFile, int& numPts, vtkInformation* outInfo) in ReadGeometryFile()
258 void vtkBYUReader::ReadDisplacementFile(int numPts, vtkInformation* outInfo) in ReadDisplacementFile()
305 void vtkBYUReader::ReadScalarFile(int numPts, vtkInformation* outInfo) in ReadScalarFile()
352 void vtkBYUReader::ReadTextureFile(int numPts, vtkInformation* outInfo) in ReadTextureFile()
/dports/math/vtk6/VTK-6.2.0/IO/Geometry/
H A DvtkBYUReader.cxx92 vtkInformation *outInfo = outputVector->GetInformationObject(0); in RequestData() local
122 vtkInformation *outInfo) in ReadGeometryFile()
269 void vtkBYUReader::ReadDisplacementFile(int numPts, vtkInformation *outInfo) in ReadDisplacementFile()
317 void vtkBYUReader::ReadScalarFile(int numPts, vtkInformation *outInfo) in ReadScalarFile()
365 void vtkBYUReader::ReadTextureFile(int numPts, vtkInformation *outInfo) in ReadTextureFile()

12345678910>>...74