Home
last modified time | relevance | path

Searched refs:vtkUnstructuredGrid (Results 176 – 200 of 1144) sorted by relevance

12345678910>>...46

/dports/math/vtk6/VTK-6.2.0/Filters/Core/
H A DvtkConnectivityFilter.cxx83 vtkUnstructuredGrid *output = vtkUnstructuredGrid::SafeDownCast( in RequestData()
321 if (vtkUnstructuredGrid::SafeDownCast(input) && in RequestData()
324 vtkUnstructuredGrid::SafeDownCast(input)-> in RequestData()
326 vtkUnstructuredGrid::ConvertFaceStreamPointIds(this->PointIds, in RequestData()
362 if (vtkUnstructuredGrid::SafeDownCast(input) && in RequestData()
365 vtkUnstructuredGrid::SafeDownCast(input)-> in RequestData()
367 vtkUnstructuredGrid::ConvertFaceStreamPointIds(this->PointIds, in RequestData()
393 if (vtkUnstructuredGrid::SafeDownCast(input) && in RequestData()
396 vtkUnstructuredGrid::SafeDownCast(input)-> in RequestData()
398 vtkUnstructuredGrid::ConvertFaceStreamPointIds(this->PointIds, in RequestData()
/dports/math/vtk8/VTK-8.2.0/Accelerators/Vtkm/
H A DvtkmExternalFaces.h34 class vtkUnstructuredGrid; variable
46 void SetInputData(vtkUnstructuredGrid *ds);
51 vtkUnstructuredGrid* GetOutput();
/dports/math/vtk9/VTK-9.1.0/Accelerators/Vtkm/Filters/
H A DvtkmExternalFaces.h34 class vtkUnstructuredGrid; variable
46 void SetInputData(vtkUnstructuredGrid* ds);
51 vtkUnstructuredGrid* GetOutput();
/dports/math/vtk8/VTK-8.2.0/Filters/Geometry/Testing/Cxx/
H A DTestUnstructuredGridGeometryFilterGhostCells.cxx37 vtkUnstructuredGrid* ugrid = in TestUnstructuredGridGeometryFilterGhostCells()
38 vtkUnstructuredGrid::SafeDownCast(ugridFilter->GetOutput()); in TestUnstructuredGridGeometryFilterGhostCells()
51 ugrid = vtkUnstructuredGrid::SafeDownCast(ugridFilter->GetOutput()); in TestUnstructuredGridGeometryFilterGhostCells()
/dports/math/vtk9/VTK-9.1.0/Filters/ParallelDIY2/Testing/Cxx/
H A DTestUnstructuredGridGeometryFilterGhostCells.cxx37 vtkUnstructuredGrid* ugrid = vtkUnstructuredGrid::SafeDownCast(ugridFilter->GetOutput()); in TestUnstructuredGridGeometryFilterGhostCells()
50 ugrid = vtkUnstructuredGrid::SafeDownCast(ugridFilter->GetOutput()); in TestUnstructuredGridGeometryFilterGhostCells()
/dports/math/vtk6/VTK-6.2.0/Filters/General/
H A DvtkQuadraturePointsGenerator.h36 class vtkUnstructuredGrid; variable
54 int Generate(vtkUnstructuredGrid *usgIn,
58 int GenerateField(vtkUnstructuredGrid *usgIn,
H A DvtkQuadratureSchemeDictionaryGenerator.cxx182 vtkUnstructuredGrid *usgIn = vtkUnstructuredGrid::SafeDownCast(tmpDataObj); in RequestData()
186 vtkUnstructuredGrid *usgOut = vtkUnstructuredGrid::SafeDownCast(tmpDataObj); in RequestData()
208 vtkUnstructuredGrid *usgOut) in Generate()
/dports/math/vtk6/VTK-6.2.0/Filters/Parallel/
H A DvtkTransmitUnstructuredGridPiece.h57 void RootExecute(vtkUnstructuredGrid *input, vtkUnstructuredGrid *output,
59 void SatelliteExecute(int procId, vtkUnstructuredGrid *output,
H A DvtkExtractUnstructuredGridPiece.h51 int piece, int numPieces, vtkUnstructuredGrid *input);
53 void AddGhostLevel(vtkUnstructuredGrid *input, vtkIntArray *cellTags,int ghostLevel);
57 void AddFirstGhostLevel(vtkUnstructuredGrid *input, vtkIntArray *cellTags,
/dports/math/vtk9/VTK-9.1.0/Filters/General/
H A DvtkQuadratureSchemeDictionaryGenerator.cxx166 vtkUnstructuredGrid* usgIn = vtkUnstructuredGrid::SafeDownCast(tmpDataObj); in RequestData()
169 vtkUnstructuredGrid* usgOut = vtkUnstructuredGrid::SafeDownCast(tmpDataObj); in RequestData()
190 int vtkQuadratureSchemeDictionaryGenerator::Generate(vtkUnstructuredGrid* usgOut) in Generate()
H A DvtkQuadraturePointsGenerator.h39 class vtkUnstructuredGrid; variable
59 int Generate(vtkUnstructuredGrid* usgIn, vtkDataArray* offsets, vtkPolyData* pdOut);
62 vtkUnstructuredGrid* usgIn, vtkDataArray* data, vtkDataArray* offsets, vtkPolyData* pdOut);
/dports/math/vtk8/VTK-8.2.0/Filters/General/
H A DvtkQuadratureSchemeDictionaryGenerator.cxx180 vtkUnstructuredGrid *usgIn = vtkUnstructuredGrid::SafeDownCast(tmpDataObj); in RequestData()
184 vtkUnstructuredGrid *usgOut = vtkUnstructuredGrid::SafeDownCast(tmpDataObj); in RequestData()
206 vtkUnstructuredGrid *usgOut) in Generate()
H A DvtkQuadraturePointsGenerator.h38 class vtkUnstructuredGrid; variable
57 int Generate(vtkUnstructuredGrid *usgIn,
61 int GenerateField(vtkUnstructuredGrid *usgIn,
/dports/math/vtk8/VTK-8.2.0/Filters/Core/Testing/Cxx/
H A DTestDelaunay3D.cxx24 void InitializeUnstructuredGrid(vtkUnstructuredGrid *unstructuredGrid, int dataType) in InitializeUnstructuredGrid()
71 vtkSmartPointer<vtkUnstructuredGrid> inputUnstructuredGrid in Delaunay3D()
72 = vtkSmartPointer<vtkUnstructuredGrid>::New(); in Delaunay3D()
82 vtkSmartPointer<vtkUnstructuredGrid> outputUnstructuredGrid = delaunay->GetOutput(); in Delaunay3D()
/dports/math/vtk9/VTK-9.1.0/Filters/Core/Testing/Cxx/
H A DTestDelaunay3D.cxx24 void InitializeUnstructuredGrid(vtkUnstructuredGrid* unstructuredGrid, int dataType) in InitializeUnstructuredGrid()
71 vtkSmartPointer<vtkUnstructuredGrid> inputUnstructuredGrid = in Delaunay3D()
72 vtkSmartPointer<vtkUnstructuredGrid>::New(); in Delaunay3D()
81 vtkSmartPointer<vtkUnstructuredGrid> outputUnstructuredGrid = delaunay->GetOutput(); in Delaunay3D()
/dports/math/vtk6/VTK-6.2.0/Filters/Core/Testing/Cxx/
H A DTestDelaunay3D.cxx24 void InitializeUnstructuredGrid(vtkUnstructuredGrid *unstructuredGrid, int dataType) in InitializeUnstructuredGrid()
71 vtkSmartPointer<vtkUnstructuredGrid> inputUnstructuredGrid in Delaunay3D()
72 = vtkSmartPointer<vtkUnstructuredGrid>::New(); in Delaunay3D()
82 vtkSmartPointer<vtkUnstructuredGrid> outputUnstructuredGrid = delaunay->GetOutput(); in Delaunay3D()
/dports/math/vtk8/VTK-8.2.0/Filters/Parallel/
H A DvtkTransmitUnstructuredGridPiece.h65 void RootExecute(vtkUnstructuredGrid *input, vtkUnstructuredGrid *output,
67 void SatelliteExecute(int procId, vtkUnstructuredGrid *output,
/dports/math/vtk8/VTK-8.2.0/IO/XML/
H A DvtkXMLPUnstructuredGridReader.h35 class vtkUnstructuredGrid; variable
48 vtkUnstructuredGrid *GetOutput();
49 vtkUnstructuredGrid *GetOutput(int idx);
/dports/math/vtk9/VTK-9.1.0/IO/XML/
H A DvtkXMLPUnstructuredGridReader.h36 class vtkUnstructuredGrid; variable
49 vtkUnstructuredGrid* GetOutput();
50 vtkUnstructuredGrid* GetOutput(int idx);
/dports/math/vtk9/VTK-9.1.0/Filters/Parallel/
H A DvtkTransmitUnstructuredGridPiece.h67 vtkUnstructuredGrid* input, vtkUnstructuredGrid* output, vtkInformation* outInfo);
68 void SatelliteExecute(int procId, vtkUnstructuredGrid* output, vtkInformation* outInfo);
/dports/math/vtk6/VTK-6.2.0/Common/DataModel/
H A DvtkUnstructuredGridCellIterator.h27 class vtkUnstructuredGrid; variable
52 friend class vtkUnstructuredGrid; variable
53 void SetUnstructuredGrid(vtkUnstructuredGrid *ug);
/dports/math/vtk6/VTK-6.2.0/IO/XML/
H A DvtkXMLUnstructuredGridReader.h32 class vtkUnstructuredGrid; variable
44 vtkUnstructuredGrid *GetOutput();
45 vtkUnstructuredGrid *GetOutput(int idx);
/dports/math/vtk9/VTK-9.1.0/Filters/General/Testing/Cxx/
H A DTestSplitByCellScalarFilter.cxx84 vtkUnstructuredGrid* grid = triangulate->GetOutput(); in TestSplitByCellScalarFilter()
99 vtkUnstructuredGrid* ug = vtkUnstructuredGrid::SafeDownCast(output->GetBlock(i)); in TestSplitByCellScalarFilter()
120 vtkUnstructuredGrid* ug = vtkUnstructuredGrid::SafeDownCast(output->GetBlock(i)); in TestSplitByCellScalarFilter()
/dports/math/vtk9/VTK-9.1.0/Parallel/DIY/
H A DvtkDIYGhostUtilities.h97 class vtkUnstructuredGrid; variable
528 vtkUnstructuredGrid* Input;
757 std::vector<vtkUnstructuredGrid*>& inputs, std::vector<vtkUnstructuredGrid*>& outputs);
772 static void InitializeBlocks(diy::Master& master, std::vector<vtkUnstructuredGrid*>& inputs);
798 diy::Master& master, std::vector<vtkUnstructuredGrid*>& inputs);
815 const diy::Master& master, std::vector<vtkUnstructuredGrid*>& inputs, int outputGhostLevels);
832 vtkUnstructuredGrid* input, UnstructuredGridBlock* block);
868 std::vector<vtkUnstructuredGrid*>& inputs, std::vector<vtkUnstructuredGrid*>& outputs);
900 const diy::Master& master, std::vector<vtkUnstructuredGrid*>& outputs);
/dports/math/vtk6/VTK-6.2.0/Accelerators/Dax/
H A DvtkDaxThreshold.cxx27 vtkUnstructuredGrid *output,
62 vtkUnstructuredGrid* output = vtkUnstructuredGrid::SafeDownCast( in RequestData()

12345678910>>...46