Home
last modified time | relevance | path

Searched refs:NumberOfPieces (Results 1 – 25 of 174) sorted by relevance

1234567

/dports/math/vtk9/VTK-9.1.0/Filters/General/
H A DvtkDicer.cxx24 this->NumberOfPieces = 10; in vtkDicer()
40 this->NumberOfPieces = in UpdatePieceMeasures()
43 static_cast<unsigned long>(ceil(static_cast<double>(memSize) / this->NumberOfPieces)); in UpdatePieceMeasures()
49 static_cast<int>(ceil(static_cast<double>(numPts) / this->NumberOfPieces)); in UpdatePieceMeasures()
51 static_cast<unsigned long>(ceil(static_cast<double>(memSize) / this->NumberOfPieces)); in UpdatePieceMeasures()
56 this->NumberOfPieces = static_cast<int>(ceil(static_cast<double>(memSize) / this->MemoryLimit)); in UpdatePieceMeasures()
58 static_cast<int>(ceil(static_cast<double>(numPts) / this->NumberOfPieces)); in UpdatePieceMeasures()
68 os << indent << "Number of Pieces: " << this->NumberOfPieces << "\n"; in PrintSelf()
/dports/math/vtk8/VTK-8.2.0/Filters/General/
H A DvtkDicer.cxx25 this->NumberOfPieces = 10; in vtkDicer()
41 this->NumberOfPieces = static_cast<int>( in UpdatePieceMeasures()
44 ceil(static_cast<double>(memSize)/this->NumberOfPieces)); in UpdatePieceMeasures()
50 ceil(static_cast<double>(numPts)/this->NumberOfPieces)); in UpdatePieceMeasures()
52 ceil(static_cast<double>(memSize)/this->NumberOfPieces)); in UpdatePieceMeasures()
57 this->NumberOfPieces = static_cast<int>( in UpdatePieceMeasures()
60 ceil(static_cast<double>(numPts)/this->NumberOfPieces)); in UpdatePieceMeasures()
72 << this->NumberOfPieces << "\n"; in PrintSelf()
/dports/math/vtk6/VTK-6.2.0/Filters/General/
H A DvtkDicer.cxx25 this->NumberOfPieces = 10; in vtkDicer()
41 this->NumberOfPieces = static_cast<int>( in UpdatePieceMeasures()
44 ceil(static_cast<double>(memSize)/this->NumberOfPieces)); in UpdatePieceMeasures()
50 ceil(static_cast<double>(numPts)/this->NumberOfPieces)); in UpdatePieceMeasures()
52 ceil(static_cast<double>(memSize)/this->NumberOfPieces)); in UpdatePieceMeasures()
57 this->NumberOfPieces = static_cast<int>( in UpdatePieceMeasures()
60 ceil(static_cast<double>(numPts)/this->NumberOfPieces)); in UpdatePieceMeasures()
72 << this->NumberOfPieces << "\n"; in PrintSelf()
/dports/math/vtk8/VTK-8.2.0/IO/XML/
H A DvtkXMLPDataObjectReader.cxx26 this->NumberOfPieces = 0; in vtkXMLPDataObjectReader()
43 if (this->NumberOfPieces) in ~vtkXMLPDataObjectReader()
55 os << indent << "NumberOfPieces: " << this->NumberOfPieces << "\n"; in PrintSelf()
158 if (this->NumberOfPieces) in SetupPieces()
163 this->NumberOfPieces = numPieces; in SetupPieces()
164 this->PieceElements = new vtkXMLDataElement*[this->NumberOfPieces]; in SetupPieces()
165 this->CanReadPieceFlag = new int[this->NumberOfPieces]; in SetupPieces()
167 for (int i = 0; i < this->NumberOfPieces; ++i) in SetupPieces()
180 this->NumberOfPieces = 0; in DestroyPieces()
H A DvtkXMLTableWriter.cxx35 this->NumberOfPieces = 1; in vtkXMLTableWriter()
60 os << indent << "NumberOfPieces: " << this->NumberOfPieces << "\n"; in PrintSelf()
95 this->SetInputUpdateExtent(this->WritePiece, this->NumberOfPieces); in ProcessRequest()
113 int numPieces = this->NumberOfPieces; in ProcessRequest()
142 this->NumberOfPieces = numPieces; in ProcessRequest()
155 this->NumberOfPieces = numPieces; in ProcessRequest()
161 this->NumberOfPieces = numPieces; in ProcessRequest()
209 this->NumberOfPieces = numPieces; in ProcessRequest()
215 this->NumberOfPieces = numPieces; in ProcessRequest()
223 this->NumberOfPieces = numPieces; in ProcessRequest()
[all …]
H A DvtkXMLStructuredDataWriter.cxx38 this->NumberOfPieces = 1; in vtkXMLStructuredDataWriter()
68 os << indent << "NumberOfPieces" << this->NumberOfPieces << "\n"; in PrintSelf()
80 this->NumberOfPieces); in SetInputUpdateExtent()
273 this->PointDataOM->Allocate(this->NumberOfPieces); in AllocatePositionArrays()
274 this->CellDataOM->Allocate(this->NumberOfPieces); in AllocatePositionArrays()
305 end = this->NumberOfPieces; in WriteHeader()
362 this->ProgressFractions = new float[this->NumberOfPieces+1]; in WriteHeader()
651 for (int i = 0; i < this->NumberOfPieces;++i) in CalculatePieceFractions()
661 if (fractions[this->NumberOfPieces] == 0) in CalculatePieceFractions()
663 fractions[this->NumberOfPieces] = 1; in CalculatePieceFractions()
[all …]
H A DvtkXMLTableReader.cxx31 this->NumberOfPieces = 0; in vtkXMLTableReader()
44 if (this->NumberOfPieces) in ~vtkXMLTableReader()
116 if (this->UpdateNumberOfPieces > this->NumberOfPieces) in SetupUpdateExtent()
118 this->UpdateNumberOfPieces = this->NumberOfPieces; in SetupUpdateExtent()
124 this->StartPiece = (this->UpdatedPiece * this->NumberOfPieces) / this->UpdateNumberOfPieces; in SetupUpdateExtent()
208 if (this->NumberOfPieces) in SetupPieces()
212 this->NumberOfPieces = numPieces; in SetupPieces()
217 for (int i = 0; i < this->NumberOfPieces; ++i) in SetupPieces()
241 this->NumberOfPieces = 0; in DestroyPieces()
253 return this->NumberOfPieces; in GetNumberOfPieces()
[all …]
H A DvtkXMLUnstructuredDataWriter.cxx44 this->NumberOfPieces = 1; in vtkXMLUnstructuredDataWriter()
126 int numPieces = this->NumberOfPieces; in ProcessRequest()
155 this->NumberOfPieces = numPieces; in ProcessRequest()
170 this->NumberOfPieces = numPieces; in ProcessRequest()
176 this->NumberOfPieces = numPieces; in ProcessRequest()
223 this->NumberOfPieces = numPieces; in ProcessRequest()
229 this->NumberOfPieces = numPieces; in ProcessRequest()
237 this->NumberOfPieces = numPieces; in ProcessRequest()
252 this->PointDataOM->Allocate(this->NumberOfPieces); in AllocatePositionArrays()
253 this->CellDataOM->Allocate(this->NumberOfPieces); in AllocatePositionArrays()
[all …]
/dports/math/vtk9/VTK-9.1.0/IO/XML/
H A DvtkXMLPDataObjectReader.cxx26 this->NumberOfPieces = 0; in vtkXMLPDataObjectReader()
43 if (this->NumberOfPieces) in ~vtkXMLPDataObjectReader()
55 os << indent << "NumberOfPieces: " << this->NumberOfPieces << "\n"; in PrintSelf()
158 if (this->NumberOfPieces) in SetupPieces()
163 this->NumberOfPieces = numPieces; in SetupPieces()
164 this->PieceElements = new vtkXMLDataElement*[this->NumberOfPieces]; in SetupPieces()
165 this->CanReadPieceFlag = new int[this->NumberOfPieces]; in SetupPieces()
167 for (int i = 0; i < this->NumberOfPieces; ++i) in SetupPieces()
180 this->NumberOfPieces = 0; in DestroyPieces()
H A DvtkXMLTableWriter.cxx35 this->NumberOfPieces = 1; in vtkXMLTableWriter()
60 os << indent << "NumberOfPieces: " << this->NumberOfPieces << "\n"; in PrintSelf()
95 this->SetInputUpdateExtent(this->WritePiece, this->NumberOfPieces); in ProcessRequest()
113 int numPieces = this->NumberOfPieces; in ProcessRequest()
142 this->NumberOfPieces = numPieces; in ProcessRequest()
155 this->NumberOfPieces = numPieces; in ProcessRequest()
161 this->NumberOfPieces = numPieces; in ProcessRequest()
209 this->NumberOfPieces = numPieces; in ProcessRequest()
215 this->NumberOfPieces = numPieces; in ProcessRequest()
223 this->NumberOfPieces = numPieces; in ProcessRequest()
[all …]
H A DvtkXMLStructuredDataWriter.cxx38 this->NumberOfPieces = 1; in vtkXMLStructuredDataWriter()
70 os << indent << "NumberOfPieces" << this->NumberOfPieces << "\n"; in PrintSelf()
260 this->ExtentPositions = new vtkTypeInt64[this->NumberOfPieces]; in AllocatePositionArrays()
264 this->PointDataOM->Allocate(this->NumberOfPieces); in AllocatePositionArrays()
265 this->CellDataOM->Allocate(this->NumberOfPieces); in AllocatePositionArrays()
296 end = this->NumberOfPieces; in WriteHeader()
353 this->ProgressFractions = new float[this->NumberOfPieces + 1]; in WriteHeader()
617 for (int i = 0; i < this->NumberOfPieces; ++i) in CalculatePieceFractions()
626 if (fractions[this->NumberOfPieces] == 0) in CalculatePieceFractions()
628 fractions[this->NumberOfPieces] = 1; in CalculatePieceFractions()
[all …]
H A DvtkXMLTableReader.cxx31 this->NumberOfPieces = 0; in vtkXMLTableReader()
41 if (this->NumberOfPieces) in ~vtkXMLTableReader()
110 if (this->UpdateNumberOfPieces > this->NumberOfPieces) in SetupUpdateExtent()
112 this->UpdateNumberOfPieces = this->NumberOfPieces; in SetupUpdateExtent()
118 this->StartPiece = (this->UpdatedPiece * this->NumberOfPieces) / this->UpdateNumberOfPieces; in SetupUpdateExtent()
202 if (this->NumberOfPieces) in SetupPieces()
206 this->NumberOfPieces = numPieces; in SetupPieces()
211 for (int i = 0; i < this->NumberOfPieces; ++i) in SetupPieces()
235 this->NumberOfPieces = 0; in DestroyPieces()
247 return this->NumberOfPieces; in GetNumberOfPieces()
[all …]
H A DvtkXMLUnstructuredDataWriter.cxx50 this->NumberOfPieces = 1; in vtkXMLUnstructuredDataWriter()
123 int numPieces = this->NumberOfPieces; in ProcessRequest()
152 this->NumberOfPieces = numPieces; in ProcessRequest()
177 this->NumberOfPieces = numPieces; in ProcessRequest()
183 this->NumberOfPieces = numPieces; in ProcessRequest()
229 this->NumberOfPieces = numPieces; in ProcessRequest()
235 this->NumberOfPieces = numPieces; in ProcessRequest()
243 this->NumberOfPieces = numPieces; in ProcessRequest()
258 this->PointDataOM->Allocate(this->NumberOfPieces); in AllocatePositionArrays()
259 this->CellDataOM->Allocate(this->NumberOfPieces); in AllocatePositionArrays()
[all …]
/dports/math/vtk6/VTK-6.2.0/IO/Parallel/
H A DvtkPSLACReader.cxx437 this->NumberOfPieces = 1; in RequestData()
447 this->NumberOfPieces = outInfo->Get( in RequestData()
480 vtkIdType numTetsPerPiece = numTets/this->NumberOfPieces + 1; in ReadTetrahedronInteriorArray()
510 vtkIdType numTetsPerPiece = numTets/this->NumberOfPieces + 1; in ReadTetrahedronExteriorArray()
675 for (int process = 0; process < this->NumberOfPieces; process++) in ReadConnectivity()
700 for (int i = 0; i < this->NumberOfPieces; i++) in ReadConnectivity()
782 for (int i = 0; i < this->NumberOfPieces; i++) in ReadConnectivity()
900 sendLengths->SetNumberOfTuples(this->NumberOfPieces); in ReadPointDataArray()
902 sendOffsets->SetNumberOfTuples(this->NumberOfPieces); in ReadPointDataArray()
903 for (int i = 0; i < this->NumberOfPieces; i++) in ReadPointDataArray()
[all …]
H A DvtkPDataSetWriter.cxx38 this->NumberOfPieces = 1; in vtkPDataSetWriter()
60 if (num == this->NumberOfPieces) in SetNumberOfPieces()
66 this->NumberOfPieces = num; in SetNumberOfPieces()
96 if (this->NumberOfPieces < 0 || this->EndPiece < this->StartPiece) in Write()
103 if (this->StartPiece == 0 && this->NumberOfPieces == 1) in Write()
176 i, this->NumberOfPieces, this->GhostLevel); in Write()
317 for (i = 0; i < this->NumberOfPieces; ++i) in WriteUnstructuredMetaData()
435 for (int i = 0; i < this->NumberOfPieces; ++i) in WriteImageMetaData()
471 for (i = 0; i < this->NumberOfPieces; ++i) in WriteRectilinearGridMetaData()
508 for (i = 0; i < this->NumberOfPieces; ++i) in WriteStructuredGridMetaData()
[all …]
/dports/math/vtk8/VTK-8.2.0/IO/Parallel/
H A DvtkPSLACReader.cxx434 this->NumberOfPieces = 1; in RequestData()
444 this->NumberOfPieces = outInfo->Get( in RequestData()
477 vtkIdType numTetsPerPiece = numTets/this->NumberOfPieces + 1; in ReadTetrahedronInteriorArray()
507 vtkIdType numTetsPerPiece = numTets/this->NumberOfPieces + 1; in ReadTetrahedronExteriorArray()
672 for (int process = 0; process < this->NumberOfPieces; process++) in ReadConnectivity()
697 for (int i = 0; i < this->NumberOfPieces; i++) in ReadConnectivity()
779 for (int i = 0; i < this->NumberOfPieces; i++) in ReadConnectivity()
897 sendLengths->SetNumberOfTuples(this->NumberOfPieces); in ReadPointDataArray()
899 sendOffsets->SetNumberOfTuples(this->NumberOfPieces); in ReadPointDataArray()
900 for (int i = 0; i < this->NumberOfPieces; i++) in ReadPointDataArray()
[all …]
H A DvtkPDataSetWriter.cxx38 this->NumberOfPieces = 1; in vtkPDataSetWriter()
60 if (num == this->NumberOfPieces) in SetNumberOfPieces()
66 this->NumberOfPieces = num; in SetNumberOfPieces()
96 if (this->NumberOfPieces < 0 || this->EndPiece < this->StartPiece) in Write()
103 if (this->StartPiece == 0 && this->NumberOfPieces == 1) in Write()
176 inputAlg->UpdatePiece(i, this->NumberOfPieces, this->GhostLevel); in Write()
320 for (i = 0; i < this->NumberOfPieces; ++i) in WriteUnstructuredMetaData()
439 for (int i = 0; i < this->NumberOfPieces; ++i) in WriteImageMetaData()
476 for (i = 0; i < this->NumberOfPieces; ++i) in WriteRectilinearGridMetaData()
514 for (i = 0; i < this->NumberOfPieces; ++i) in WriteStructuredGridMetaData()
[all …]
/dports/math/vtk9/VTK-9.1.0/IO/ParallelNetCDF/
H A DvtkPSLACReader.cxx426 this->NumberOfPieces = 1; in RequestData()
434 this->NumberOfPieces = in RequestData()
465 vtkIdType numTetsPerPiece = numTets / this->NumberOfPieces + 1; in ReadTetrahedronInteriorArray()
495 vtkIdType numTetsPerPiece = numTets / this->NumberOfPieces + 1; in ReadTetrahedronExteriorArray()
664 this->NumberOfGlobalPoints / this->NumberOfPieces); in ReadConnectivity()
686 for (int i = 0; i < this->NumberOfPieces; i++) in ReadConnectivity()
766 for (int i = 0; i < this->NumberOfPieces; i++) in ReadConnectivity()
874 sendLengths->SetNumberOfTuples(this->NumberOfPieces); in ReadPointDataArray()
876 sendOffsets->SetNumberOfTuples(this->NumberOfPieces); in ReadPointDataArray()
877 for (int i = 0; i < this->NumberOfPieces; i++) in ReadPointDataArray()
[all …]
/dports/math/vtk6/VTK-6.2.0/IO/XML/
H A DvtkXMLStructuredDataWriter.cxx36 this->NumberOfPieces = 1; in vtkXMLStructuredDataWriter()
66 os << indent << "NumberOfPieces" << this->NumberOfPieces << "\n"; in PrintSelf()
76 piece, this->NumberOfPieces, this->GhostLevel); in SetInputUpdateExtent()
223 this->PointDataOM->Allocate(this->NumberOfPieces); in AllocatePositionArrays()
224 this->CellDataOM->Allocate(this->NumberOfPieces); in AllocatePositionArrays()
255 end = this->NumberOfPieces; in WriteHeader()
312 this->ProgressFractions = new float[this->NumberOfPieces+1]; in WriteHeader()
601 for (int i = 0; i < this->NumberOfPieces;++i) in CalculatePieceFractions()
611 if (fractions[this->NumberOfPieces] == 0) in CalculatePieceFractions()
613 fractions[this->NumberOfPieces] = 1; in CalculatePieceFractions()
[all …]
H A DvtkXMLUnstructuredDataWriter.cxx43 this->NumberOfPieces = 1; in vtkXMLUnstructuredDataWriter()
124 int numPieces = this->NumberOfPieces; in ProcessRequest()
151 this->NumberOfPieces = numPieces; in ProcessRequest()
157 this->NumberOfPieces = numPieces; in ProcessRequest()
163 this->NumberOfPieces = numPieces; in ProcessRequest()
207 this->NumberOfPieces = numPieces; in ProcessRequest()
213 this->NumberOfPieces = numPieces; in ProcessRequest()
221 this->NumberOfPieces = numPieces; in ProcessRequest()
236 this->PointDataOM->Allocate(this->NumberOfPieces); in AllocatePositionArrays()
237 this->CellDataOM->Allocate(this->NumberOfPieces); in AllocatePositionArrays()
[all …]
H A DvtkXMLPDataReader.cxx37 this->NumberOfPieces = 0; in vtkXMLPDataReader()
55 if(this->NumberOfPieces) in ~vtkXMLPDataReader()
70 os << indent << "NumberOfPieces: " << this->NumberOfPieces << "\n"; in PrintSelf()
285 if(this->NumberOfPieces) in SetupPieces()
289 this->NumberOfPieces = numPieces; in SetupPieces()
290 this->PieceElements = new vtkXMLDataElement*[this->NumberOfPieces]; in SetupPieces()
291 this->PieceReaders = new vtkXMLDataReader*[this->NumberOfPieces]; in SetupPieces()
292 this->CanReadPieceFlag = new int[this->NumberOfPieces]; in SetupPieces()
294 for(i=0;i < this->NumberOfPieces;++i) in SetupPieces()
306 for(i=0;i < this->NumberOfPieces;++i) in DestroyPieces()
[all …]
/dports/math/vtk9/VTK-9.1.0/IO/Parallel/
H A DvtkPDataSetWriter.cxx39 this->NumberOfPieces = 1; in vtkPDataSetWriter()
60 if (num == this->NumberOfPieces) in SetNumberOfPieces()
66 this->NumberOfPieces = num; in SetNumberOfPieces()
94 if (this->NumberOfPieces < 0 || this->EndPiece < this->StartPiece) in Write()
101 if (this->StartPiece == 0 && this->NumberOfPieces == 1) in Write()
173 inputAlg->UpdatePiece(i, this->NumberOfPieces, this->GhostLevel); in Write()
298 for (i = 0; i < this->NumberOfPieces; ++i) in WriteUnstructuredMetaData()
405 for (int i = 0; i < this->NumberOfPieces; ++i) in WriteImageMetaData()
439 for (i = 0; i < this->NumberOfPieces; ++i) in WriteRectilinearGridMetaData()
474 for (i = 0; i < this->NumberOfPieces; ++i) in WriteStructuredGridMetaData()
[all …]
/dports/math/vtk6/VTK-6.2.0/Rendering/Core/
H A DvtkPolyDataMapper.cxx34 this->NumberOfPieces = 1; in vtkAbstractObjectFactoryNewMacro()
55 int nPieces = this->NumberOfPieces * this->NumberOfSubPieces; in Render()
102 this->NumberOfSubPieces * this->NumberOfPieces, in Update()
127 this->NumberOfSubPieces * this->NumberOfPieces, in ProcessRequest()
156 this->NumberOfSubPieces * this->NumberOfPieces, in GetBounds()
237 os << indent << "NumberOfPieces : " << this->NumberOfPieces << endl; in PrintSelf()
/dports/math/vtk8/VTK-8.2.0/IO/ParallelXML/
H A DvtkXMLPDataObjectWriter.cxx34 this->NumberOfPieces = 1; in vtkXMLPDataObjectWriter()
74 os << indent << "NumberOfPieces: " << this->NumberOfPieces << "\n"; in PrintSelf()
128 this->CurrentPiece < this->NumberOfPieces); in RequestUpdateExtent()
160 this->PieceWrittenFlags = new unsigned char[this->NumberOfPieces]; in WriteInternal()
161 memset(this->PieceWrittenFlags, 0, sizeof(unsigned char) * this->NumberOfPieces); in WriteInternal()
220 unsigned char* recvBuffer = (myId == 0) ? new unsigned char[this->NumberOfPieces] : nullptr; in PrepareSummaryFile()
222 this->PieceWrittenFlags, recvBuffer, this->NumberOfPieces, vtkCommunicator::MAX_OP, 0); in PrepareSummaryFile()
262 for (int i = 0; i < this->NumberOfPieces; ++i) in WriteData()
/dports/math/vtk9/VTK-9.1.0/IO/ParallelXML/
H A DvtkXMLPDataObjectWriter.cxx34 this->NumberOfPieces = 1; in vtkXMLPDataObjectWriter()
74 os << indent << "NumberOfPieces: " << this->NumberOfPieces << "\n"; in PrintSelf()
128 this->CurrentPiece < this->NumberOfPieces); in RequestUpdateExtent()
160 this->PieceWrittenFlags = new unsigned char[this->NumberOfPieces]; in WriteInternal()
161 memset(this->PieceWrittenFlags, 0, sizeof(unsigned char) * this->NumberOfPieces); in WriteInternal()
220 unsigned char* recvBuffer = (myId == 0) ? new unsigned char[this->NumberOfPieces] : nullptr; in PrepareSummaryFile()
222 this->PieceWrittenFlags, recvBuffer, this->NumberOfPieces, vtkCommunicator::MAX_OP, 0); in PrepareSummaryFile()
262 for (int i = 0; i < this->NumberOfPieces; ++i) in WriteData()

1234567