Home
last modified time | relevance | path

Searched refs:GetInputData (Results 1 – 25 of 306) sorted by relevance

12345678910>>...13

/dports/science/rdkit/rdkit-Release_2021_03_5/rdkit/ML/Data/
H A DUnitTestMLData.py41 assert self.d.GetInputData()[3] == [2, 1, 0, 0], 'GetInputData wrong'
64 assert self.d.GetInputData()[3] == d.GetInputData()[3], 'GetInputData wrong'
83 assert self.d.GetInputData()[4] == ['foo', 5, 1.1, 1], 'GetInputData wrong'
110 assert self.d.GetInputData()[3] == d.GetInputData()[3], 'GetInputData wrong'
H A DMLData.py160 def GetInputData(self): member in MLDataSet
253 def GetInputData(self): member in MLQuantDataSet
341 print('Input data:', dataset.GetInputData())
363 print('Input data:', dataset.GetInputData())
/dports/math/vtk6/VTK-6.2.0/Filters/Core/
H A DvtkMergeFilter.cxx163 this->GetExecutive()->GetInputData(0, 0)); in GetGeometry()
177 this->GetExecutive()->GetInputData(1, 0)); in GetScalars()
191 this->GetExecutive()->GetInputData(2, 0)); in GetVectors()
205 this->GetExecutive()->GetInputData(3, 0)); in GetNormals()
219 this->GetExecutive()->GetInputData(4, 0)); in GetTCoords()
233 this->GetExecutive()->GetInputData(5, 0)); in GetTensors()
/dports/math/vtk9/VTK-9.1.0/Filters/Core/
H A DvtkMergeFilter.cxx147 return vtkDataSet::SafeDownCast(this->GetExecutive()->GetInputData(0, 0)); in GetGeometry()
160 return vtkDataSet::SafeDownCast(this->GetExecutive()->GetInputData(1, 0)); in GetScalars()
173 return vtkDataSet::SafeDownCast(this->GetExecutive()->GetInputData(2, 0)); in GetVectors()
186 return vtkDataSet::SafeDownCast(this->GetExecutive()->GetInputData(3, 0)); in GetNormals()
199 return vtkDataSet::SafeDownCast(this->GetExecutive()->GetInputData(4, 0)); in GetTCoords()
212 return vtkDataSet::SafeDownCast(this->GetExecutive()->GetInputData(5, 0)); in GetTensors()
/dports/math/vtk8/VTK-8.2.0/Filters/Core/
H A DvtkMergeFilter.cxx163 this->GetExecutive()->GetInputData(0, 0)); in GetGeometry()
177 this->GetExecutive()->GetInputData(1, 0)); in GetScalars()
191 this->GetExecutive()->GetInputData(2, 0)); in GetVectors()
205 this->GetExecutive()->GetInputData(3, 0)); in GetNormals()
219 this->GetExecutive()->GetInputData(4, 0)); in GetTCoords()
233 this->GetExecutive()->GetInputData(5, 0)); in GetTensors()
/dports/math/vtk8/VTK-8.2.0/Rendering/Core/
H A DvtkCompositePolyDataMapper.cxx90 this->GetExecutive()->GetInputData(0, 0)); in BuildPolyDataMapper()
105 vtkDataObject* tmpInp = this->GetExecutive()->GetInputData(0, 0); in BuildPolyDataMapper()
223 this->GetExecutive()->GetInputData(0, 0)); in ComputeBounds()
278 if ( ! this->GetExecutive()->GetInputData(0, 0) ) in GetBounds()
/dports/math/vtk6/VTK-6.2.0/Rendering/Core/
H A DvtkCompositePolyDataMapper.cxx90 this->GetExecutive()->GetInputData(0, 0)); in BuildPolyDataMapper()
105 vtkDataObject* tmpInp = this->GetExecutive()->GetInputData(0, 0); in BuildPolyDataMapper()
225 this->GetExecutive()->GetInputData(0, 0)); in ComputeBounds()
276 if ( ! this->GetExecutive()->GetInputData(0, 0) ) in GetBounds()
H A DvtkGraphMapper.cxx454 if ( !this->GetExecutive()->GetInputData(0, 0) ) in Render()
461 vtkGraph *input = vtkGraph::SafeDownCast(this->GetExecutive()->GetInputData(0, 0)); in Render()
737 vtkGraph *graph = vtkGraph::SafeDownCast(this->GetExecutive()->GetInputData(0, 0)); in GetBounds()
746 graph = vtkGraph::SafeDownCast(this->GetExecutive()->GetInputData(0, 0)); in GetBounds()
/dports/math/vtk9/VTK-9.1.0/Rendering/Core/
H A DvtkCompositePolyDataMapper.cxx89 vtkPolyData* pd = vtkPolyData::SafeDownCast(this->GetExecutive()->GetInputData(0, 0)); in BuildPolyDataMapper()
104 vtkDataObject* tmpInp = this->GetExecutive()->GetInputData(0, 0); in BuildPolyDataMapper()
219 vtkPolyData* pd = vtkPolyData::SafeDownCast(this->GetExecutive()->GetInputData(0, 0)); in ComputeBounds()
273 if (!this->GetExecutive()->GetInputData(0, 0)) in GetBounds()
H A DvtkGraphMapper.cxx455 if (!this->GetExecutive()->GetInputData(0, 0)) in Render()
462 vtkGraph* input = vtkGraph::SafeDownCast(this->GetExecutive()->GetInputData(0, 0)); in Render()
734 vtkGraph* graph = vtkGraph::SafeDownCast(this->GetExecutive()->GetInputData(0, 0)); in GetBounds()
743 graph = vtkGraph::SafeDownCast(this->GetExecutive()->GetInputData(0, 0)); in GetBounds()
/dports/math/vtk8/VTK-8.2.0/Rendering/Volume/
H A DvtkVolumeMapper.cxx99 this->GetExecutive()->GetInputData(0, 0)); in GetInput()
110 this->GetExecutive()->GetInputData(port, 0)); in GetInput()
/dports/math/vtk8/VTK-8.2.0/Common/ExecutionModel/
H A DvtkExecutive.h155 virtual vtkDataObject* GetInputData(int port, int connection);
156 virtual vtkDataObject* GetInputData(int port, int connection,
/dports/math/vtk9/VTK-9.1.0/Common/ExecutionModel/
H A DvtkExecutive.h150 virtual vtkDataObject* GetInputData(int port, int connection);
151 virtual vtkDataObject* GetInputData(int port, int connection, vtkInformationVector** inInfoVec);
/dports/math/vtk6/VTK-6.2.0/Common/ExecutionModel/
H A DvtkExecutive.h130 virtual vtkDataObject* GetInputData(int port, int connection);
131 virtual vtkDataObject* GetInputData(int port, int connection,
/dports/math/vtk9/VTK-9.1.0/Rendering/Volume/
H A DvtkVolumeMapper.cxx138 return vtkDataSet::SafeDownCast(this->GetExecutive()->GetInputData(0, 0)); in GetInput()
148 return vtkDataSet::SafeDownCast(this->GetExecutive()->GetInputData(port, 0)); in GetInput()
/dports/math/vtk9/VTK-9.1.0/Filters/Modeling/Testing/Cxx/
H A DUnitTestCollisionDetectionFilter.cxx94 collision->GetInputData(10); in UnitTestCollisionDetectionFilter()
100 collision->GetInputData(0); in UnitTestCollisionDetectionFilter()
/dports/math/vtk9/VTK-9.1.0/Wrapping/Python/vtkmodules/util/
H A DvtkAlgorithm.py42 def GetInputData(self, inInfo, i, j): member in VTKAlgorithm
168 def GetInputData(self, inInfo, i, j): member in VTKPythonAlgorithmBase
/dports/math/vtk6/VTK-6.2.0/Wrapping/Python/vtk/util/
H A DvtkAlgorithm.py41 def GetInputData(self, inInfo, i, j): member in VTKAlgorithm
167 def GetInputData(self, inInfo, i, j): member in VTKPythonAlgorithmBase
/dports/math/vtk8/VTK-8.2.0/Filters/Python/Testing/Python/
H A DTestPythonAlgorithm.py77 inp = self.GetInputData(inInfo, 0, 0)
102 inp = self.GetInputData(inInfo, 0, 0)
/dports/math/vtk8/VTK-8.2.0/Wrapping/Python/vtkmodules/util/
H A DvtkAlgorithm.py42 def GetInputData(self, inInfo, i, j): member in VTKAlgorithm
168 def GetInputData(self, inInfo, i, j): member in VTKPythonAlgorithmBase
/dports/math/vtk9/VTK-9.1.0/Filters/Python/Testing/Python/
H A DTestPythonAlgorithm.py77 inp = self.GetInputData(inInfo, 0, 0)
102 inp = self.GetInputData(inInfo, 0, 0)
/dports/math/vtk6/VTK-6.2.0/Filters/Python/Testing/Python/
H A DTestPythonAlgorithm.py77 inp = self.GetInputData(inInfo, 0, 0)
102 inp = self.GetInputData(inInfo, 0, 0)
/dports/math/vtk9/VTK-9.1.0/Rendering/Context2D/
H A DvtkContextMapper2D.cxx45 return vtkTable::SafeDownCast(this->GetExecutive()->GetInputData(0, 0)); in GetInput()
/dports/math/vtk8/VTK-8.2.0/Rendering/Context2D/
H A DvtkContextMapper2D.cxx45 return vtkTable::SafeDownCast(this->GetExecutive()->GetInputData(0, 0)); in GetInput()
/dports/math/vtk6/VTK-6.2.0/Rendering/Context2D/
H A DvtkContextMapper2D.cxx47 return vtkTable::SafeDownCast(this->GetExecutive()->GetInputData(0, 0)); in GetInput()

12345678910>>...13