Home
last modified time | relevance | path

Searched refs:NumberOfCells (Results 1 – 25 of 139) sorted by relevance

123456

/dports/math/vtk9/VTK-9.1.0/Common/DataModel/
H A DvtkCellArrayIterator.h104 this->NumberOfCells = this->CellArray->GetNumberOfCells(); in GoToCell()
105 assert(cellId <= this->NumberOfCells); in GoToCell()
149 this->NumberOfCells = this->CellArray->GetNumberOfCells(); in GoToFirstCell()
160 bool IsDoneWithTraversal() { return this->CurrentCellId >= this->NumberOfCells; } in IsDoneWithTraversal()
178 assert(this->CurrentCellId < this->NumberOfCells); in GetCurrentCell()
193 assert(this->CurrentCellId < this->NumberOfCells); in GetCurrentCell()
198 assert(this->CurrentCellId < this->NumberOfCells); in GetCurrentCell()
216 assert(this->CurrentCellId < this->NumberOfCells); in ReplaceCurrentCell()
227 assert(this->CurrentCellId < this->NumberOfCells); in ReplaceCurrentCell()
236 assert(this->CurrentCellId < this->NumberOfCells); in ReverseCurrentCell()
[all …]
H A DvtkMappedUnstructuredGridCellIterator.txx61 return this->CellId >= this->NumberOfCells; in IsDoneWithTraversal()
77 , NumberOfCells(0) in vtkMappedUnstructuredGridCellIterator()
129 this->NumberOfCells = grid->GetNumberOfCells(); in SetMappedUnstructuredGrid()
/dports/math/vtk9/VTK-9.1.0/IO/XML/
H A DvtkXMLUnstructuredGridReader.cxx36 this->NumberOfCells = nullptr; in vtkXMLUnstructuredGridReader()
93 this->TotalNumberOfCells += this->NumberOfCells[i]; in SetupOutputTotals()
104 this->NumberOfCells = new vtkIdType[numPieces]; in SetupPieces()
116 delete[] this->NumberOfCells; in DestroyPieces()
123 return this->NumberOfCells[piece]; in GetNumberOfCellsInPiece()
151 if (!ePiece->GetScalarAttribute("NumberOfCells", this->NumberOfCells[this->Piece])) in ReadPiece()
154 this->NumberOfCells[this->Piece] = 0; in ReadPiece()
182 this->StartCell += this->NumberOfCells[this->Piece]; in SetupNextPiece()
249 this->NumberOfCells[this->Piece], this->TotalNumberOfCells, eCells, output->GetCells())) in ReadPieceData()
259 vtkIdType numberOfCells = this->NumberOfCells[this->Piece]; in ReadPieceData()
[all …]
/dports/math/vtk8/VTK-8.2.0/IO/XML/
H A DvtkXMLUnstructuredGridReader.cxx34 this->NumberOfCells = nullptr; in vtkXMLUnstructuredGridReader()
95 this->TotalNumberOfCells += this->NumberOfCells[i]; in SetupOutputTotals()
106 this->NumberOfCells = new vtkIdType[numPieces]; in SetupPieces()
118 delete [] this->NumberOfCells; in DestroyPieces()
125 return this->NumberOfCells[piece]; in GetNumberOfCellsInPiece()
165 this->NumberOfCells[this->Piece] = 0; in ReadPiece()
194 this->StartCell += this->NumberOfCells[this->Piece]; in SetupNextPiece()
267 if(!this->ReadCellArray(this->NumberOfCells[this->Piece], in ReadPieceData()
297 for(i=0; i < this->NumberOfCells[this->Piece]; ++i) in ReadPieceData()
386 if(!this->ReadFaceArray(this->NumberOfCells[this->Piece], in ReadPieceData()
[all …]
/dports/math/vtk6/VTK-6.2.0/IO/XML/
H A DvtkXMLUnstructuredGridReader.cxx34 this->NumberOfCells = 0; in vtkXMLUnstructuredGridReader()
95 this->TotalNumberOfCells += this->NumberOfCells[i]; in SetupOutputTotals()
106 this->NumberOfCells = new vtkIdType[numPieces]; in SetupPieces()
118 delete [] this->NumberOfCells; in DestroyPieces()
125 return this->NumberOfCells[piece]; in GetNumberOfCellsInPiece()
165 this->NumberOfCells[this->Piece] = 0; in ReadPiece()
194 this->StartCell += this->NumberOfCells[this->Piece]; in SetupNextPiece()
267 if(!this->ReadCellArray(this->NumberOfCells[this->Piece], in ReadPieceData()
297 for(i=0; i < this->NumberOfCells[this->Piece]; ++i) in ReadPieceData()
376 if(!this->ReadFaceArray(this->NumberOfCells[this->Piece], in ReadPieceData()
[all …]
/dports/math/vtk6/VTK-6.2.0/Common/DataModel/
H A DvtkCellArray.cxx24 this->NumberOfCells = 0; in vtkCellArray()
39 this->NumberOfCells = ca->NumberOfCells; in DeepCopy()
54 this->NumberOfCells = 0; in Initialize()
87 this->NumberOfCells = ncells; in SetCells()
132 os << indent << "Number Of Cells: " << this->NumberOfCells << endl; in PrintSelf()
H A DvtkCellArray.h62 vtkGetMacro(NumberOfCells, vtkIdType);
67 vtkSetMacro(NumberOfCells, vtkIdType);
235 vtkIdType NumberOfCells; variable
258 this->NumberOfCells++; in InsertNextCell()
261 return this->NumberOfCells - 1; in InsertNextCell()
268 this->NumberOfCells++; in InsertNextCell()
270 return this->NumberOfCells - 1; in InsertNextCell()
301 this->NumberOfCells = 0; in Reset()
361 this->NumberOfCells = ncells; in WritePointer()
H A DvtkMappedUnstructuredGridCellIterator.txx63 return this->CellId >= this->NumberOfCells; in IsDoneWithTraversal()
81 NumberOfCells(0) in vtkMappedUnstructuredGridCellIterator()
141 this->NumberOfCells = grid->GetNumberOfCells(); in SetMappedUnstructuredGrid()
/dports/math/vtk8/VTK-8.2.0/Common/DataModel/
H A DvtkCellArray.cxx24 this->NumberOfCells = 0; in vtkCellArray()
39 this->NumberOfCells = ca->NumberOfCells; in DeepCopy()
54 this->NumberOfCells = 0; in Initialize()
88 this->NumberOfCells = ncells; in SetCells()
133 os << indent << "Number Of Cells: " << this->NumberOfCells << endl; in PrintSelf()
H A DvtkCellArray.h70 vtkGetMacro(NumberOfCells, vtkIdType);
78 vtkSetMacro(NumberOfCells, vtkIdType);
286 vtkIdType NumberOfCells; variable
309 this->NumberOfCells++; in InsertNextCell()
312 return this->NumberOfCells - 1; in InsertNextCell()
319 this->NumberOfCells++; in InsertNextCell()
321 return this->NumberOfCells - 1; in InsertNextCell()
352 this->NumberOfCells = 0; in Reset()
412 this->NumberOfCells = ncells; in WritePointer()
H A DvtkMappedUnstructuredGridCellIterator.txx63 return this->CellId >= this->NumberOfCells; in IsDoneWithTraversal()
81 NumberOfCells(0) in vtkMappedUnstructuredGridCellIterator()
141 this->NumberOfCells = grid->GetNumberOfCells(); in SetMappedUnstructuredGrid()
/dports/math/vtk6/VTK-6.2.0/IO/Geometry/
H A DvtkAVSucdReader.cxx56 this->NumberOfCells = 0; in vtkAVSucdReader()
240 *(this->FileStream) >> this->NumberOfCells; in RequestInformation()
267 this->ReadIntBlock(1, &this->NumberOfCells); in RequestInformation()
274 << this->NumberOfCells << " " in RequestInformation()
532 int *types = new int[this->NumberOfCells]; in ReadGeometry()
586 int *ctype = new int[4 * this->NumberOfCells]; in ReadBinaryCellTopology()
606 for(i=0; i < this->NumberOfCells; i++) in ReadBinaryCellTopology()
629 for(i=0; i < this->NumberOfCells; i++) in ReadBinaryCellTopology()
662 for(i=0; i < this->NumberOfCells; i++) in ReadASCIICellTopology()
968 ptr = new float[this->NumberOfCells]; in ReadCellData()
[all …]
H A DvtkGAMBITReader.cxx38 this->NumberOfCells = 0; in vtkGAMBITReader()
92 os << indent << "Number Of Cells: " << this->NumberOfCells << endl; in PrintSelf()
140 this->NumberOfCells = 0; in RequestInformation()
169 *(this->FileStream) >> this->NumberOfCells; in RequestInformation()
184 << "\nNumberOfCells " << this->NumberOfCells in RequestInformation()
306 materials->SetNumberOfTuples(this->NumberOfCells); in ReadMaterialTypes()
361 for(i=1; i <= this->NumberOfCells; i++) in ReadCellConnectivity()
/dports/math/vtk8/VTK-8.2.0/IO/Exodus/
H A DvtkCPExodusIIElementBlock.cxx39 os << indent << "NumberOfCells: " << this->NumberOfCells << endl; in vtkStandardNewMacro()
96 this->NumberOfCells = static_cast<vtkIdType>(numElements); in SetExodusConnectivityArray()
106 return this->NumberOfCells; in GetNumberOfCells()
159 array->Allocate(this->NumberOfCells); in GetIdsOfCellsOfType()
160 for (vtkIdType i = 0; i < this->NumberOfCells; ++i) in GetIdsOfCellsOfType()
212 NumberOfCells(0) in vtkCPExodusIIElementBlockImpl()
/dports/math/vtk9/VTK-9.1.0/IO/Exodus/
H A DvtkCPExodusIIElementBlock.cxx38 os << indent << "NumberOfCells: " << this->NumberOfCells << endl; in PrintSelf()
93 this->NumberOfCells = static_cast<vtkIdType>(numElements); in SetExodusConnectivityArray()
103 return this->NumberOfCells; in GetNumberOfCells()
151 array->Allocate(this->NumberOfCells); in GetIdsOfCellsOfType()
152 for (vtkIdType i = 0; i < this->NumberOfCells; ++i) in GetIdsOfCellsOfType()
204 , NumberOfCells(0) in vtkCPExodusIIElementBlockImpl()
/dports/math/vtk6/VTK-6.2.0/IO/Exodus/
H A DvtkCPExodusIIElementBlock.cxx39 os << indent << "NumberOfCells: " << this->NumberOfCells << endl; in vtkStandardNewMacro()
96 this->NumberOfCells = static_cast<vtkIdType>(numElements); in SetExodusConnectivityArray()
106 return this->NumberOfCells; in GetNumberOfCells()
159 array->Allocate(this->NumberOfCells); in GetIdsOfCellsOfType()
160 for (vtkIdType i = 0; i < this->NumberOfCells; ++i) in GetIdsOfCellsOfType()
214 NumberOfCells(0) in vtkCPExodusIIElementBlockImpl()
/dports/math/vtk8/VTK-8.2.0/IO/Geometry/
H A DvtkAVSucdReader.cxx61 this->NumberOfCells = 0; in vtkAVSucdReader()
247 *(this->FileStream) >> this->NumberOfCells; in RequestInformation()
274 this->ReadIntBlock(1, &this->NumberOfCells); in RequestInformation()
281 << this->NumberOfCells << " " in RequestInformation()
291 vtkTypeUInt64 numCells = this->NumberOfCells; in RequestInformation()
541 int *types = new int[this->NumberOfCells]; in ReadGeometry()
595 int *ctype = new int[4 * this->NumberOfCells]; in ReadBinaryCellTopology()
615 for(i=0; i < this->NumberOfCells; i++) in ReadBinaryCellTopology()
638 for(i=0; i < this->NumberOfCells; i++) in ReadBinaryCellTopology()
673 for(i=0; i < this->NumberOfCells; i++) in ReadASCIICellTopology()
[all …]
H A DvtkGAMBITReader.cxx38 this->NumberOfCells = 0; in vtkGAMBITReader()
92 os << indent << "Number Of Cells: " << this->NumberOfCells << endl; in PrintSelf()
140 this->NumberOfCells = 0; in RequestInformation()
169 *(this->FileStream) >> this->NumberOfCells; in RequestInformation()
184 << "\nNumberOfCells " << this->NumberOfCells in RequestInformation()
306 materials->SetNumberOfTuples(this->NumberOfCells); in ReadMaterialTypes()
361 for(i=1; i <= this->NumberOfCells; i++) in ReadCellConnectivity()
/dports/math/vtk9/VTK-9.1.0/IO/Geometry/
H A DvtkAVSucdReader.cxx63 this->NumberOfCells = 0; in vtkAVSucdReader()
234 *(this->FileStream) >> this->NumberOfCells; in RequestInformation()
261 this->ReadIntBlock(1, &this->NumberOfCells); in RequestInformation()
275 vtkTypeUInt64 numCells = this->NumberOfCells; in RequestInformation()
512 materials->SetNumberOfTuples(this->NumberOfCells); in ReadGeometry()
521 int* types = new int[this->NumberOfCells]; in ReadGeometry()
573 int* ctype = new int[4 * this->NumberOfCells]; in ReadBinaryCellTopology()
593 for (i = 0; i < this->NumberOfCells; i++) in ReadBinaryCellTopology()
616 for (i = 0; i < this->NumberOfCells; i++) in ReadBinaryCellTopology()
664 for (i = 0; i < this->NumberOfCells; i++) in ReadASCIICellTopology()
[all …]
H A DvtkGAMBITReader.cxx40 this->NumberOfCells = 0; in vtkGAMBITReader()
90 os << indent << "Number Of Cells: " << this->NumberOfCells << endl; in PrintSelf()
135 this->NumberOfCells = 0; in RequestInformation()
169 *(this->FileStream) >> this->NumberOfCells; in RequestInformation()
184 << this->NumberOfCells << "\nNumberOfElementGroups " << this->NumberOfElementGroups in RequestInformation()
306 materials->SetNumberOfTuples(this->NumberOfCells); in ReadMaterialTypes()
364 for (i = 1; i <= this->NumberOfCells; i++) in ReadCellConnectivity()
/dports/math/vtk8/VTK-8.2.0/Accelerators/Vtkm/
H A DvtkmCellSetSingleType.h51 , NumberOfCells(0) in vtkmCellSetSingleType()
65 , NumberOfCells(0) in vtkmCellSetSingleType()
78 , NumberOfCells(src.NumberOfCells) in vtkmCellSetSingleType()
92 this->NumberOfCells = src.NumberOfCells;
105 return this->NumberOfCells; in GetNumberOfCells()
195 vtkm::Id NumberOfCells;
/dports/math/vtk8/VTK-8.2.0/IO/LSDyna/
H A DvtkLSDynaPart.cxx319 this->NumberOfCells = -1; in vtkLSDynaPart()
362 os << indent << "Number of Cells " << this->NumberOfCells << endl; in PrintSelf()
533 this->ThresholdGrid->Allocate(this->NumberOfCells); in RemoveDeletedCells()
570 for(vtkIdType cellId=0; cellId < this->NumberOfCells; ++cellId) in RemoveDeletedCells()
617 unsigned char* dead = new unsigned char[this->NumberOfCells]; in EnableDeadCells()
628 this->NumberOfCells,1); in EnableDeadCells()
657 vtkIdType *ids = new vtkIdType[this->NumberOfCells]; in EnableCellUserIds()
664 userIds->SetVoidArray(ids,this->NumberOfCells,1); in EnableCellUserIds()
848 data->SetVoidArray(ptr,this->NumberOfCells*numComps,1); in AddCellProperty()
899 this->NumberOfCells = static_cast<vtkIdType>(this->Cells->size()); in BuildCells()
[all …]
/dports/math/vtk6/VTK-6.2.0/IO/LSDyna/
H A DvtkLSDynaPart.cxx319 this->NumberOfCells = -1; in vtkLSDynaPart()
362 os << indent << "Number of Cells " << this->NumberOfCells << endl; in PrintSelf()
533 this->ThresholdGrid->Allocate(this->NumberOfCells); in RemoveDeletedCells()
570 for(vtkIdType cellId=0; cellId < this->NumberOfCells; ++cellId) in RemoveDeletedCells()
617 unsigned char* dead = new unsigned char[this->NumberOfCells]; in EnableDeadCells()
628 this->NumberOfCells,1); in EnableDeadCells()
657 vtkIdType *ids = new vtkIdType[this->NumberOfCells]; in EnableCellUserIds()
664 userIds->SetVoidArray(ids,this->NumberOfCells,1); in EnableCellUserIds()
848 data->SetVoidArray(ptr,this->NumberOfCells*numComps,1); in AddCellProperty()
899 this->NumberOfCells = this->Cells->size(); in BuildCells()
[all …]
/dports/math/vtk6/VTK-6.2.0/IO/NetCDF/
H A DvtkMPASReader.cxx665 this->NumberOfCells = nVertices->size(); in GetNcDims()
964 this->OrigConnections = (int *) malloc(this->NumberOfCells * in AllocSphereGeometry()
968 connectionsVar->get(this->OrigConnections, this->NumberOfCells, in AllocSphereGeometry()
983 this->CurrentExtraCell = this->NumberOfCells + this->CellOffset; in AllocSphereGeometry()
1003 this->CellMask = (int*)malloc(this->NumberOfCells*sizeof(int)); in AllocSphereGeometry()
1007 cellMask->get(this->CellMask, this->NumberOfCells, 1); in AllocSphereGeometry()
1054 connectionsVar->get(this->OrigConnections, this->NumberOfCells, in AllocLatLonGeometry()
1085 this->CurrentExtraCell = this->NumberOfCells + this->CellOffset; in AllocLatLonGeometry()
1110 cellMask->get(this->CellMask, this->NumberOfCells, 1); in AllocLatLonGeometry()
1609 if (j >= this->NumberOfCells + this->CellOffset) in OutputCells()
[all …]
/dports/math/vtk9/VTK-9.1.0/IO/LSDyna/
H A DvtkLSDynaPart.cxx305 this->NumberOfCells = -1; in vtkLSDynaPart()
348 os << indent << "Number of Cells " << this->NumberOfCells << endl; in PrintSelf()
514 this->ThresholdGrid->Allocate(this->NumberOfCells); in RemoveDeletedCells()
551 for (vtkIdType cellId = 0; cellId < this->NumberOfCells; ++cellId) in RemoveDeletedCells()
597 unsigned char* dead = new unsigned char[this->NumberOfCells]; in EnableDeadCells()
636 vtkIdType* ids = new vtkIdType[this->NumberOfCells]; in EnableCellUserIds()
643 userIds->SetVoidArray(ids, this->NumberOfCells, 1); in EnableCellUserIds()
800 ptr = this->CellProperties->AddProperty<float>(offset, this->NumberOfCells, numComps); in AddCellProperty()
810 data->SetVoidArray(ptr, this->NumberOfCells * numComps, 1); in AddCellProperty()
857 this->NumberOfCells = static_cast<vtkIdType>(this->Cells->size()); in BuildCells()
[all …]

123456