Home
last modified time | relevance | path

Searched refs:totPts (Results 1 – 7 of 7) sorted by relevance

/dports/math/vtk6/VTK-6.2.0/IO/Geometry/
H A DvtkMultiBlockPLOT3DReaderInternals.cxx176 int recMarkBeg, recMarkEnd, numGrids = 1, nMax, totPts; in CheckBlankingAndPrecision() local
201 totPts = 1; in CheckBlankingAndPrecision()
204 totPts *= jmax[i]; in CheckBlankingAndPrecision()
208 if(recMarkBeg == totPts*(this->NumberOfDimensions*4 + 4)) in CheckBlankingAndPrecision()
216 else if(recMarkBeg == totPts*(this->NumberOfDimensions*8 + 4)) in CheckBlankingAndPrecision()
224 else if(recMarkBeg == totPts*this->NumberOfDimensions*4) in CheckBlankingAndPrecision()
232 else if(recMarkBeg == totPts*this->NumberOfDimensions*8) in CheckBlankingAndPrecision()
/dports/math/vtk9/VTK-9.1.0/IO/Parallel/
H A DvtkMultiBlockPLOT3DReaderInternals.cxx194 int recMarkBeg, recMarkEnd, numGrids = 1, nMax, totPts; in CheckBlankingAndPrecision() local
215 totPts = 1; in CheckBlankingAndPrecision()
218 totPts *= jmax[i]; in CheckBlankingAndPrecision()
222 if (recMarkBeg == totPts * (this->Settings.NumberOfDimensions * 4 + 4)) in CheckBlankingAndPrecision()
229 else if (recMarkBeg == totPts * (this->Settings.NumberOfDimensions * 8 + 4)) in CheckBlankingAndPrecision()
236 else if (recMarkBeg == totPts * this->Settings.NumberOfDimensions * 4) in CheckBlankingAndPrecision()
243 else if (recMarkBeg == totPts * this->Settings.NumberOfDimensions * 8) in CheckBlankingAndPrecision()
/dports/math/vtk8/VTK-8.2.0/IO/Parallel/
H A DvtkMultiBlockPLOT3DReaderInternals.cxx195 int recMarkBeg, recMarkEnd, numGrids = 1, nMax, totPts; in CheckBlankingAndPrecision() local
220 totPts = 1; in CheckBlankingAndPrecision()
223 totPts *= jmax[i]; in CheckBlankingAndPrecision()
227 if(recMarkBeg == totPts*(this->Settings.NumberOfDimensions*4 + 4)) in CheckBlankingAndPrecision()
235 else if(recMarkBeg == totPts*(this->Settings.NumberOfDimensions*8 + 4)) in CheckBlankingAndPrecision()
243 else if(recMarkBeg == totPts*this->Settings.NumberOfDimensions*4) in CheckBlankingAndPrecision()
251 else if(recMarkBeg == totPts*this->Settings.NumberOfDimensions*8) in CheckBlankingAndPrecision()
/dports/math/vtk6/VTK-6.2.0/Filters/Sources/
H A DvtkParametricFunctionSource.cxx279 int totPts = PtsU * PtsV; in Produce2DOutput() local
285 sval->SetNumberOfTuples(totPts); in Produce2DOutput()
294 nval->SetNumberOfTuples(totPts); in Produce2DOutput()
303 newTCoords->Allocate(2*totPts); in Produce2DOutput()
319 points->SetNumberOfPoints( totPts ); in Produce2DOutput()
/dports/math/vtk8/VTK-8.2.0/Filters/Sources/
H A DvtkParametricFunctionSource.cxx293 int totPts = PtsU * PtsV; in Produce2DOutput() local
300 sval->SetNumberOfTuples(totPts); in Produce2DOutput()
310 nval->SetNumberOfTuples(totPts); in Produce2DOutput()
320 newTCoords->Allocate(2 * totPts); in Produce2DOutput()
336 points->SetNumberOfPoints(totPts); in Produce2DOutput()
/dports/math/vtk9/VTK-9.1.0/Filters/Sources/
H A DvtkParametricFunctionSource.cxx277 int totPts = PtsU * PtsV; in Produce2DOutput() local
283 sval->SetNumberOfTuples(totPts); in Produce2DOutput()
292 nval->SetNumberOfTuples(totPts); in Produce2DOutput()
301 newTCoords->Allocate(2 * totPts); in Produce2DOutput()
317 points->SetNumberOfPoints(totPts); in Produce2DOutput()
/dports/math/jts/jts-jts-1.18.1/modules/core/src/main/java/org/locationtech/jts/util/
H A DGeometricShapeFactory.java269 int totPts = nSegsInOct * 8 + 1; in createSupercircle() local
270 Coordinate[] pts = new Coordinate[totPts]; in createSupercircle()