Home
last modified time | relevance | path

Searched refs:vtkUnstructuredGrid (Results 1 – 25 of 1144) sorted by relevance

12345678910>>...46

/dports/math/vtk9/VTK-9.1.0/Filters/Sources/
H A DvtkCellTypeSource.h141 void GenerateTriangles(vtkUnstructuredGrid*, int extent[6]);
142 void GenerateQuads(vtkUnstructuredGrid*, int extent[6]);
145 void GenerateTetras(vtkUnstructuredGrid*, int extent[6]);
146 void GenerateHexahedron(vtkUnstructuredGrid*, int extent[6]);
147 void GenerateWedges(vtkUnstructuredGrid*, int extent[6]);
148 void GeneratePyramids(vtkUnstructuredGrid*, int extent[6]);
165 void GenerateBezierTris(vtkUnstructuredGrid*, int extent[6]);
166 void GenerateBezierQuads(vtkUnstructuredGrid*, int extent[6]);
167 void GenerateBezierTets(vtkUnstructuredGrid*, int extent[6]);
168 void GenerateBezierHexes(vtkUnstructuredGrid*, int extent[6]);
[all …]
/dports/math/vtk9/VTK-9.1.0/Filters/ParallelGeometry/
H A DvtkPDistributedDataFilter.h104 class vtkUnstructuredGrid; variable
164 vtkUnstructuredGrid* RedistributeDataSet(
170 int ClipGridCells(vtkUnstructuredGrid* grid);
175 vtkUnstructuredGrid* AcquireGhostCells(vtkUnstructuredGrid* grid);
197 vtkUnstructuredGrid* MPIRedistribute(
278 vtkUnstructuredGrid **outside, vtkUnstructuredGrid **inside);
283 vtkUnstructuredGrid** outside, vtkUnstructuredGrid** inside);
296 int AssignGlobalNodeIds(vtkUnstructuredGrid* grid);
330 vtkUnstructuredGrid* AddGhostCellsUniqueCellAssignment(
334 vtkUnstructuredGrid* SetMergeGhostGrid(vtkUnstructuredGrid* ghostCellGrid,
[all …]
/dports/math/vtk6/VTK-6.2.0/Filters/ParallelMPI/
H A DvtkDistributedDataFilter.h101 class vtkUnstructuredGrid; variable
334 int ClipGridCells(vtkUnstructuredGrid *grid);
338 vtkUnstructuredGrid * AcquireGhostCells(vtkUnstructuredGrid *grid);
406 vtkUnstructuredGrid *ExchangeMergeSubGridsLean(
411 vtkUnstructuredGrid *ExchangeMergeSubGridsFast(
428 vtkUnstructuredGrid **outside, vtkUnstructuredGrid **inside);
432 vtkUnstructuredGrid **outside, vtkUnstructuredGrid **inside);
443 int AssignGlobalNodeIds(vtkUnstructuredGrid *grid);
456 vtkUnstructuredGrid *grid,
476 vtkUnstructuredGrid *SetMergeGhostGrid(
[all …]
/dports/math/vtk8/VTK-8.2.0/Filters/ParallelMPI/
H A DvtkDistributedDataFilter.h104 class vtkUnstructuredGrid; variable
365 int ClipGridCells(vtkUnstructuredGrid *grid);
370 vtkUnstructuredGrid * AcquireGhostCells(vtkUnstructuredGrid *grid);
458 vtkUnstructuredGrid *ExchangeMergeSubGridsLean(
463 vtkUnstructuredGrid *ExchangeMergeSubGridsFast(
486 vtkUnstructuredGrid **outside, vtkUnstructuredGrid **inside);
491 vtkUnstructuredGrid **outside, vtkUnstructuredGrid **inside);
504 int AssignGlobalNodeIds(vtkUnstructuredGrid *grid);
520 vtkUnstructuredGrid *grid,
545 vtkUnstructuredGrid *SetMergeGhostGrid(
[all …]
/dports/math/vtk8/VTK-8.2.0/Filters/Sources/
H A DvtkCellTypeSource.h141 void GenerateTriangles(vtkUnstructuredGrid*, int extent[6]);
142 void GenerateQuads(vtkUnstructuredGrid*, int extent[6]);
145 void GenerateTetras(vtkUnstructuredGrid*, int extent[6]);
146 void GenerateHexahedron(vtkUnstructuredGrid*, int extent[6]);
147 void GenerateWedges(vtkUnstructuredGrid*, int extent[6]);
148 void GeneratePyramids(vtkUnstructuredGrid*, int extent[6]);
155 void GenerateLagrangeTris(vtkUnstructuredGrid*, int extent[6]);
156 void GenerateLagrangeQuads(vtkUnstructuredGrid*, int extent[6]);
157 void GenerateLagrangeTets(vtkUnstructuredGrid*, int extent[6]);
158 void GenerateLagrangeHexes(vtkUnstructuredGrid*, int extent[6]);
[all …]
/dports/math/vtk6/VTK-6.2.0/Common/DataModel/
H A DvtkUnstructuredGrid.cxx69 vtkUnstructuredGrid::vtkUnstructuredGrid () in vtkUnstructuredGrid() function in vtkUnstructuredGrid
167 vtkUnstructuredGrid::~vtkUnstructuredGrid() in ~vtkUnstructuredGrid()
315 int vtkUnstructuredGrid::GetPiece() in GetPiece()
337 if (vtkUnstructuredGrid *ug = vtkUnstructuredGrid::SafeDownCast(ds)) in CopyStructure()
990 vtkIdType vtkUnstructuredGrid::
1419 void vtkUnstructuredGrid::Reset() in Reset()
1581 if (vtkUnstructuredGrid *grid = vtkUnstructuredGrid::SafeDownCast(dataObject)) in ShallowCopy()
1669 vtkUnstructuredGrid *grid = vtkUnstructuredGrid::SafeDownCast(dataObject); in DeepCopy()
1882 vtkUnstructuredGrid* newGrid = vtkUnstructuredGrid::New(); in RemoveGhostCells()
2083 vtkUnstructuredGrid* vtkUnstructuredGrid::GetData(vtkInformation* info) in GetData()
[all …]
/dports/math/vtk9/VTK-9.1.0/Common/DataModel/
H A DvtkUnstructuredGrid.cxx108 void vtkUnstructuredGrid::SetCells( in SetCells()
122 vtkUnstructuredGrid::vtkUnstructuredGrid() in vtkUnstructuredGrid() function in vtkUnstructuredGrid
185 vtkUnstructuredGrid::~vtkUnstructuredGrid() in ~vtkUnstructuredGrid()
383 int vtkUnstructuredGrid::GetPiece() in GetPiece()
405 if (vtkUnstructuredGrid* ug = vtkUnstructuredGrid::SafeDownCast(ds)) in CopyStructure()
1509 vtkUnstructuredGrid* Grid;
1834 if (vtkUnstructuredGrid* grid = vtkUnstructuredGrid::SafeDownCast(dataObject)) in ShallowCopy()
1868 vtkUnstructuredGrid* grid = vtkUnstructuredGrid::SafeDownCast(dataObject); in DeepCopy()
2175 vtkUnstructuredGrid* newGrid = vtkUnstructuredGrid::New(); in RemoveGhostCells()
2373 vtkUnstructuredGrid* vtkUnstructuredGrid::GetData(vtkInformation* info) in GetData()
[all …]
/dports/math/vtk8/VTK-8.2.0/Filters/Parallel/
H A DvtkIntegrateAttributes.h91 vtkDataSet* input, vtkUnstructuredGrid* output, vtkIdType cellId, vtkIdList* cellPtIds);
93 vtkDataSet* input, vtkUnstructuredGrid* output, vtkIdType cellId, vtkIdList* cellPtIds);
95 vtkDataSet* input, vtkUnstructuredGrid* output, vtkIdType cellId, vtkIdList* cellPtIds);
96 void IntegrateTriangle(vtkDataSet* input, vtkUnstructuredGrid* output, vtkIdType cellId,
101 vtkDataSet* input, vtkUnstructuredGrid* output, vtkIdType cellId, vtkIdList* cellPtIds);
103 vtkDataSet* input, vtkUnstructuredGrid* output, vtkIdType cellId, vtkIdList* cellPtIds);
105 vtkDataSet* input, vtkUnstructuredGrid* output, vtkIdType cellId, vtkIdList* cellPtIds);
112 int PieceNodeMinToNode0(vtkUnstructuredGrid* data);
113 void SendPiece(vtkUnstructuredGrid* src);
114 void ReceivePiece(vtkUnstructuredGrid* mergeTo, int fromId);
[all …]
H A DvtkTransmitUnstructuredGridPiece.cxx59 vtkUnstructuredGrid *input = vtkUnstructuredGrid::SafeDownCast( in RequestData()
61 vtkUnstructuredGrid *output = vtkUnstructuredGrid::SafeDownCast( in RequestData()
88 void vtkTransmitUnstructuredGridPiece::RootExecute(vtkUnstructuredGrid *input, in RootExecute()
89 vtkUnstructuredGrid *output, in RootExecute()
92 vtkUnstructuredGrid *tmp = vtkUnstructuredGrid::New(); in RootExecute()
162 int, vtkUnstructuredGrid *output, vtkInformation *outInfo) in SatelliteExecute()
164 vtkUnstructuredGrid *tmp = vtkUnstructuredGrid::New(); in SatelliteExecute()
/dports/math/vtk9/VTK-9.1.0/Filters/Parallel/
H A DvtkIntegrateAttributes.h91 vtkDataSet* input, vtkUnstructuredGrid* output, vtkIdType cellId, vtkIdList* cellPtIds);
93 vtkDataSet* input, vtkUnstructuredGrid* output, vtkIdType cellId, vtkIdList* cellPtIds);
95 vtkDataSet* input, vtkUnstructuredGrid* output, vtkIdType cellId, vtkIdList* cellPtIds);
96 void IntegrateTriangle(vtkDataSet* input, vtkUnstructuredGrid* output, vtkIdType cellId,
101 vtkDataSet* input, vtkUnstructuredGrid* output, vtkIdType cellId, vtkIdList* cellPtIds);
103 vtkDataSet* input, vtkUnstructuredGrid* output, vtkIdType cellId, vtkIdList* cellPtIds);
105 vtkDataSet* input, vtkUnstructuredGrid* output, vtkIdType cellId, vtkIdList* cellPtIds);
112 int PieceNodeMinToNode0(vtkUnstructuredGrid* data);
113 void SendPiece(vtkUnstructuredGrid* src);
114 void ReceivePiece(vtkUnstructuredGrid* mergeTo, int fromId);
[all …]
H A DvtkTransmitUnstructuredGridPiece.cxx56 vtkUnstructuredGrid* input = in RequestData()
57 vtkUnstructuredGrid::SafeDownCast(inInfo->Get(vtkDataObject::DATA_OBJECT())); in RequestData()
58 vtkUnstructuredGrid* output = in RequestData()
59 vtkUnstructuredGrid::SafeDownCast(outInfo->Get(vtkDataObject::DATA_OBJECT())); in RequestData()
86 vtkUnstructuredGrid* input, vtkUnstructuredGrid* output, vtkInformation* outInfo) in RootExecute()
88 vtkUnstructuredGrid* tmp = vtkUnstructuredGrid::New(); in RootExecute()
148 int, vtkUnstructuredGrid* output, vtkInformation* outInfo) in SatelliteExecute()
150 vtkUnstructuredGrid* tmp = vtkUnstructuredGrid::New(); in SatelliteExecute()
/dports/math/vtk8/VTK-8.2.0/Common/DataModel/
H A DvtkUnstructuredGrid.cxx75 vtkUnstructuredGrid::vtkUnstructuredGrid () in vtkUnstructuredGrid() function in vtkUnstructuredGrid
179 vtkUnstructuredGrid::~vtkUnstructuredGrid() in ~vtkUnstructuredGrid()
351 int vtkUnstructuredGrid::GetPiece() in GetPiece()
373 if (vtkUnstructuredGrid *ug = vtkUnstructuredGrid::SafeDownCast(ds)) in CopyStructure()
1074 vtkIdType vtkUnstructuredGrid::
1515 void vtkUnstructuredGrid::Reset() in Reset()
1677 if (vtkUnstructuredGrid *grid = vtkUnstructuredGrid::SafeDownCast(dataObject)) in ShallowCopy()
1765 vtkUnstructuredGrid *grid = vtkUnstructuredGrid::SafeDownCast(dataObject); in DeepCopy()
1978 vtkUnstructuredGrid* newGrid = vtkUnstructuredGrid::New(); in RemoveGhostCells()
2184 vtkUnstructuredGrid* vtkUnstructuredGrid::GetData(vtkInformation* info) in GetData()
[all …]
/dports/math/vtk6/VTK-6.2.0/IO/Parallel/
H A DvtkPChacoReader.h63 void SetUpEmptyGrid(vtkUnstructuredGrid *output);
64 int DivideCells(vtkMultiProcessController *contr, vtkUnstructuredGrid *output,
66 int SendGrid(vtkMultiProcessController *c, int to, vtkUnstructuredGrid *grid);
67 vtkUnstructuredGrid *GetGrid(vtkMultiProcessController *c, int from);
68 vtkUnstructuredGrid *SubGrid(vtkUnstructuredGrid *ug, vtkIdType from, vtkIdType to);
69 char *MarshallDataSet(vtkUnstructuredGrid *extractedGrid, int &len);
70 vtkUnstructuredGrid *UnMarshallDataSet(char *buf, int size);
/dports/math/vtk6/VTK-6.2.0/Filters/ParallelGeometry/
H A DvtkPUnstructuredGridConnectivity.h75 class vtkUnstructuredGrid; variable
110 vtkGetMacro(GhostedGrid,vtkUnstructuredGrid*);
114 void RegisterGrid(vtkUnstructuredGrid* gridPtr);
133 vtkUnstructuredGrid* InputGrid; // The input grid, to be ghosted.
134 vtkUnstructuredGrid* GhostedGrid; // This is the output from this class.
209 vtkUnstructuredGrid* bGrid,
216 const int rmtRank,vtkUnstructuredGrid* bGrid);
225 vtkUnstructuredGrid* g, vtkMultiProcessStream& bytestream);
230 vtkUnstructuredGrid* g, vtkMultiProcessStream& bytestream);
235 void WriteUnstructuredGrid(vtkUnstructuredGrid* grid, const char* fileName);
/dports/math/vtk8/VTK-8.2.0/IO/Parallel/
H A DvtkPChacoReader.h67 void SetUpEmptyGrid(vtkUnstructuredGrid *output);
68 int DivideCells(vtkMultiProcessController *contr, vtkUnstructuredGrid *output,
70 int SendGrid(vtkMultiProcessController *c, int to, vtkUnstructuredGrid *grid);
71 vtkUnstructuredGrid *GetGrid(vtkMultiProcessController *c, int from);
72 vtkUnstructuredGrid *SubGrid(vtkUnstructuredGrid *ug, vtkIdType from, vtkIdType to);
73 char *MarshallDataSet(vtkUnstructuredGrid *extractedGrid, int &len);
74 vtkUnstructuredGrid *UnMarshallDataSet(char *buf, int size);
H A DvtkPChacoReader.cxx179 vtkUnstructuredGrid *output = vtkUnstructuredGrid::SafeDownCast( in RequestData()
285 void vtkPChacoReader::SetUpEmptyGrid(vtkUnstructuredGrid *output) in SetUpEmptyGrid()
344 vtkUnstructuredGrid *output, int source) in DivideCells()
353 vtkUnstructuredGrid *mygrid = nullptr; in DivideCells()
375 vtkUnstructuredGrid *ug = this->SubGrid(output, startId, endId); in DivideCells()
421 int to, vtkUnstructuredGrid *grid) in SendGrid()
456 vtkUnstructuredGrid *grid = nullptr; in GetGrid()
485 vtkUnstructuredGrid *
488 vtkUnstructuredGrid *tmp = vtkUnstructuredGrid::New(); in SubGrid()
514 vtkUnstructuredGrid *copy; in MarshallDataSet()
[all …]
/dports/math/vtk9/VTK-9.1.0/IO/Parallel/
H A DvtkPChacoReader.h65 void SetUpEmptyGrid(vtkUnstructuredGrid* output);
66 int DivideCells(vtkMultiProcessController* contr, vtkUnstructuredGrid* output, int source);
67 int SendGrid(vtkMultiProcessController* c, int to, vtkUnstructuredGrid* grid);
68 vtkUnstructuredGrid* GetGrid(vtkMultiProcessController* c, int from);
69 vtkUnstructuredGrid* SubGrid(vtkUnstructuredGrid* ug, vtkIdType from, vtkIdType to);
70 char* MarshallDataSet(vtkUnstructuredGrid* extractedGrid, vtkIdType& len);
71 vtkUnstructuredGrid* UnMarshallDataSet(char* buf, vtkIdType size);
H A DvtkPChacoReader.cxx170 vtkUnstructuredGrid* output = in RequestData()
171 vtkUnstructuredGrid::SafeDownCast(outInfo->Get(vtkDataObject::DATA_OBJECT())); in RequestData()
274 void vtkPChacoReader::SetUpEmptyGrid(vtkUnstructuredGrid* output) in SetUpEmptyGrid()
333 vtkMultiProcessController* contr, vtkUnstructuredGrid* output, int source) in DivideCells()
342 vtkUnstructuredGrid* mygrid = nullptr; in DivideCells()
364 vtkUnstructuredGrid* ug = this->SubGrid(output, startId, endId); in DivideCells()
444 vtkUnstructuredGrid* grid = nullptr; in GetGrid()
474 vtkUnstructuredGrid* vtkPChacoReader::SubGrid(vtkUnstructuredGrid* ug, vtkIdType from, vtkIdType to) in SubGrid()
476 vtkUnstructuredGrid* tmp = vtkUnstructuredGrid::New(); in SubGrid()
502 vtkUnstructuredGrid* copy; in MarshallDataSet()
[all …]
/dports/math/vtk6/VTK-6.2.0/Filters/Parallel/
H A DvtkTransmitUnstructuredGridPiece.cxx59 vtkUnstructuredGrid *input = vtkUnstructuredGrid::SafeDownCast( in RequestData()
61 vtkUnstructuredGrid *output = vtkUnstructuredGrid::SafeDownCast( in RequestData()
88 void vtkTransmitUnstructuredGridPiece::RootExecute(vtkUnstructuredGrid *input, in RootExecute()
89 vtkUnstructuredGrid *output, in RootExecute()
92 vtkUnstructuredGrid *tmp = vtkUnstructuredGrid::New(); in RootExecute()
162 int, vtkUnstructuredGrid *output, vtkInformation *outInfo) in SatelliteExecute()
164 vtkUnstructuredGrid *tmp = vtkUnstructuredGrid::New(); in SatelliteExecute()
/dports/science/smoldyn/smoldyn-2.67/source/NextSubVolume/
H A Dvtkwrapper.h12 …typedef struct vtkUnstructuredGrid vtkUnstructuredGrid; // a warning arises here because this was … typedef
26 extern vtkUnstructuredGrid* vtkCreateMolGrid();
27 extern void vtkAddPoint(vtkUnstructuredGrid* grid,
31 extern void vtkWriteGrid(const char *nm, const char *type, int timestep, vtkUnstructuredGrid* grid);
32 extern void vtkDeleteGrid(vtkUnstructuredGrid* grid);
/dports/math/vtk6/VTK-6.2.0/IO/Geometry/
H A DvtkGAMBITReader.h95 void ReadFile(vtkUnstructuredGrid *output);
96 void ReadGeometry(vtkUnstructuredGrid *output);
97 void ReadNodeData(vtkUnstructuredGrid *output);
98 void ReadCellData(vtkUnstructuredGrid *output);
102 void ReadCellConnectivity(vtkUnstructuredGrid *output);
103 void ReadMaterialTypes(vtkUnstructuredGrid *output);
104 void ReadBoundaryConditionSets(vtkUnstructuredGrid *output);
/dports/math/vtk6/VTK-6.2.0/Accelerators/Dax/
H A DvtkDaxThresholdImpl.h73 vtkUnstructuredGrid* Result;
75 ValidThresholdInput(vtkDataSet* in, vtkUnstructuredGrid* out, in ValidThresholdInput()
129 dataDispatcher.Add<vtkUnstructuredGrid,vtkHexahedron>(threshold); in dispatchOnFieldType()
130 dataDispatcher.Add<vtkUnstructuredGrid,vtkLine>(threshold); in dispatchOnFieldType()
131 dataDispatcher.Add<vtkUnstructuredGrid,vtkQuad>(threshold); in dispatchOnFieldType()
132 dataDispatcher.Add<vtkUnstructuredGrid,vtkTetra>(threshold); in dispatchOnFieldType()
133 dataDispatcher.Add<vtkUnstructuredGrid,vtkTriangle>(threshold); in dispatchOnFieldType()
134 dataDispatcher.Add<vtkUnstructuredGrid,vtkVertex>(threshold); in dispatchOnFieldType()
135 dataDispatcher.Add<vtkUnstructuredGrid,vtkWedge>(threshold); in dispatchOnFieldType()
147 int Threshold(vtkDataSet* input, vtkUnstructuredGrid *output, in Threshold()
/dports/math/vtk9/VTK-9.1.0/IO/XML/
H A DvtkXMLPUnstructuredGridReader.cxx44 vtkUnstructuredGrid* vtkXMLPUnstructuredGridReader::GetOutput() in GetOutput()
50 vtkUnstructuredGrid* vtkXMLPUnstructuredGridReader::GetOutput(int idx) in GetOutput()
52 return vtkUnstructuredGrid::SafeDownCast(this->GetOutputDataObject(idx)); in GetOutput()
94 vtkUnstructuredGrid* output = vtkUnstructuredGrid::SafeDownCast(this->GetCurrentOutput()); in SetupOutputData()
126 vtkUnstructuredGrid* input = static_cast<vtkUnstructuredGrid*>(ips); in ReadPieceData()
127 vtkUnstructuredGrid* output = vtkUnstructuredGrid::SafeDownCast(this->GetCurrentOutput()); in ReadPieceData()
224 vtkUnstructuredGrid* grid = vtkUnstructuredGrid::SafeDownCast(output); in SqueezeOutputArrays()
/dports/math/vtk8/VTK-8.2.0/IO/Geometry/
H A DvtkGAMBITReader.h108 void ReadFile(vtkUnstructuredGrid *output);
109 void ReadGeometry(vtkUnstructuredGrid *output);
110 void ReadNodeData(vtkUnstructuredGrid *output);
111 void ReadCellData(vtkUnstructuredGrid *output);
115 void ReadCellConnectivity(vtkUnstructuredGrid *output);
116 void ReadMaterialTypes(vtkUnstructuredGrid *output);
117 void ReadBoundaryConditionSets(vtkUnstructuredGrid *output);
/dports/math/vtk9/VTK-9.1.0/IO/Geometry/
H A DvtkGAMBITReader.h108 void ReadFile(vtkUnstructuredGrid* output);
109 void ReadGeometry(vtkUnstructuredGrid* output);
110 void ReadNodeData(vtkUnstructuredGrid* output);
111 void ReadCellData(vtkUnstructuredGrid* output);
115 void ReadCellConnectivity(vtkUnstructuredGrid* output);
116 void ReadMaterialTypes(vtkUnstructuredGrid* output);
117 void ReadBoundaryConditionSets(vtkUnstructuredGrid* output);

12345678910>>...46