Home
last modified time | relevance | path

Searched refs:NumberOfPoints (Results 1 – 25 of 298) sorted by relevance

12345678910>>...12

/dports/science/getdp/getdp-3.4.0-source/doc/texinfo/
H A DIntegration_Lib.pro10 Case { { GeoElement Triangle ; NumberOfPoints 4 ; }
11 { GeoElement Quadrangle ; NumberOfPoints 4 ; }
12 { GeoElement Tetrahedron ; NumberOfPoints 4 ; }
13 { GeoElement Hexahedron ; NumberOfPoints 6 ; }
14 { GeoElement Prism ; NumberOfPoints 9 ; } }
20 Case { { GeoElement Triangle ; NumberOfPoints 4 ; }
21 { GeoElement Quadrangle ; NumberOfPoints 4 ; }
22 { GeoElement Tetrahedron ; NumberOfPoints 4 ; }
23 { GeoElement Hexahedron ; NumberOfPoints 6 ; }
24 { GeoElement Prism ; NumberOfPoints 9 ; } }
/dports/math/vtk9/VTK-9.1.0/Web/WebGLExporter/
H A DvtkWebGLDataSet.cxx31 this->NumberOfPoints = 0; in vtkWebGLDataSet()
90 this->NumberOfPoints = size; in SetPoints()
132 size = this->NumberOfPoints * sizeof(this->points[0]); in GenerateBinaryData()
135 total = sizeof(pos) + 1 + sizeof(this->NumberOfPoints) + in GenerateBinaryData()
137 + sizeof(this->colors[0]) * this->NumberOfPoints * 4 + in GenerateBinaryData()
145 memcpy(&this->binary[pos], &this->NumberOfPoints, sizeof(this->NumberOfPoints)); in GenerateBinaryData()
146 pos += sizeof(this->NumberOfPoints); // Points in GenerateBinaryData()
205 size = this->NumberOfPoints * sizeof(this->points[0]); in GenerateBinaryData()
208 total = sizeof(pos) + 1 + sizeof(this->NumberOfPoints) + in GenerateBinaryData()
216 memcpy(&this->binary[pos], &this->NumberOfPoints, sizeof(this->NumberOfPoints)); in GenerateBinaryData()
[all …]
/dports/math/vtk8/VTK-8.2.0/Web/WebGLExporter/
H A DvtkWebGLDataSet.cxx31 this->NumberOfPoints = 0; in vtkWebGLDataSet()
90 this->NumberOfPoints = size; in SetPoints()
132 size = this->NumberOfPoints*sizeof(this->points[0]); in GenerateBinaryData()
135 …total = sizeof(pos) + 1 + sizeof(this->NumberOfPoints) + size*3 //Size, Type, … in GenerateBinaryData()
136 …+ sizeof(this->colors[0])*this->NumberOfPoints*4 + sizeof(this->NumberOfIndexes) //Color, NumberOf… in GenerateBinaryData()
142 …memcpy(&this->binary[pos], &this->NumberOfPoints, sizeof(this->NumberOfPoints)); pos+=sizeof(this-… in GenerateBinaryData()
144 …is->colors, sizeof(this->colors[0])*this->NumberOfPoints*4); pos+=sizeof(this->colors[0])*this->Nu… in GenerateBinaryData()
185 size = this->NumberOfPoints*sizeof(this->points[0]); in GenerateBinaryData()
189 … + sizeof(this->colors[0])*this->NumberOfPoints*4 + sizeof(this->Matrix[0])*16; //Color, Matrix in GenerateBinaryData()
194 …memcpy(&this->binary[pos], &this->NumberOfPoints, sizeof(this->NumberOfPoints)); pos+=sizeof(this-… in GenerateBinaryData()
[all …]
/dports/math/vtk6/VTK-6.2.0/Web/WebGLExporter/
H A DvtkWebGLDataSet.cxx31 this->NumberOfPoints = 0; in vtkWebGLDataSet()
111 this->NumberOfPoints = size; in SetPoints()
156 size = this->NumberOfPoints*sizeof(this->points[0]); in GenerateBinaryData()
159 …total = sizeof(pos) + 1 + sizeof(this->NumberOfPoints) + size*3 //Size, Type, … in GenerateBinaryData()
160 …+ sizeof(this->colors[0])*this->NumberOfPoints*4 + sizeof(this->NumberOfIndexes) //Color, NumberOf… in GenerateBinaryData()
166 …memcpy(&this->binary[pos], &this->NumberOfPoints, sizeof(this->NumberOfPoints)); pos+=sizeof(this-… in GenerateBinaryData()
168 …is->colors, sizeof(this->colors[0])*this->NumberOfPoints*4); pos+=sizeof(this->colors[0])*this->Nu… in GenerateBinaryData()
205 size = this->NumberOfPoints*sizeof(this->points[0]); in GenerateBinaryData()
209 … + sizeof(this->colors[0])*this->NumberOfPoints*4 + sizeof(this->Matrix[0])*16; //Color, Matrix in GenerateBinaryData()
214 …memcpy(&this->binary[pos], &this->NumberOfPoints, sizeof(this->NumberOfPoints)); pos+=sizeof(this-… in GenerateBinaryData()
[all …]
/dports/science/InsightToolkit/ITK-5.0.1/Modules/ThirdParty/GDCM/src/gdcm/Source/MediaStorageAndFileFormat/
H A DgdcmCurve.cxx43 NumberOfPoints(0), in CurveInternal()
66 unsigned short NumberOfPoints; member in gdcm::CurveInternal
82 for(int i = 0; i < NumberOfPoints; i+=2) in Print()
474 for(int i = 0; i < Internal->NumberOfPoints; i++ ) in GetAsPoints()
477 for(int i = 0; i < Internal->NumberOfPoints; i++ ) in GetAsPoints()
481 for(int i = 0; i < Internal->NumberOfPoints; i++ ) in GetAsPoints()
502 for(int i = 0; i < Internal->NumberOfPoints; i++ ) in GetAsPoints()
508 for(int i = 0; i < Internal->NumberOfPoints; i++ ) in GetAsPoints()
521 for(int i = 0; i < Internal->NumberOfPoints; i++ ) in GetAsPoints()
534 for(int i = 0; i < Internal->NumberOfPoints; i++ ) in GetAsPoints()
[all …]
/dports/devel/gdcm/gdcm-3.0.10/Source/MediaStorageAndFileFormat/
H A DgdcmCurve.cxx64 unsigned short NumberOfPoints{0}; member in gdcm::CurveInternal
80 for(int i = 0; i < NumberOfPoints; i+=2) in Print()
472 for(int i = 0; i < Internal->NumberOfPoints; i++ ) in GetAsPoints()
475 for(int i = 0; i < Internal->NumberOfPoints; i++ ) in GetAsPoints()
479 for(int i = 0; i < Internal->NumberOfPoints; i++ ) in GetAsPoints()
485 for(int i = 0; i < Internal->NumberOfPoints; i++ ) in GetAsPoints()
500 for(int i = 0; i < Internal->NumberOfPoints; i++ ) in GetAsPoints()
506 for(int i = 0; i < Internal->NumberOfPoints; i++ ) in GetAsPoints()
519 for(int i = 0; i < Internal->NumberOfPoints; i++ ) in GetAsPoints()
532 for(int i = 0; i < Internal->NumberOfPoints; i++ ) in GetAsPoints()
[all …]
/dports/math/vtk9/VTK-9.1.0/Filters/Points/
H A DvtkBoundedPointSource.cxx32 this->NumberOfPoints = 100; in vtkBoundedPointSource()
73 newPoints->SetNumberOfPoints(this->NumberOfPoints); in RequestData()
81 for (ptId = 0; ptId < this->NumberOfPoints; ptId++) in RequestData()
96 scalars->SetNumberOfTuples(this->NumberOfPoints); in RequestData()
102 for (ptId = 0; ptId < this->NumberOfPoints; ptId++) in RequestData()
114 newVerts->AllocateEstimate(1, this->NumberOfPoints); in RequestData()
115 newVerts->InsertNextCell(this->NumberOfPoints); in RequestData()
116 for (ptId = 0; ptId < this->NumberOfPoints; ptId++) in RequestData()
132 os << indent << "Number Of Points: " << this->NumberOfPoints << "\n"; in PrintSelf()
/dports/math/vtk8/VTK-8.2.0/Filters/Points/
H A DvtkBoundedPointSource.cxx32 this->NumberOfPoints = 100; in vtkBoundedPointSource()
76 newPoints->SetNumberOfPoints(this->NumberOfPoints); in RequestData()
85 for (ptId=0; ptId<this->NumberOfPoints; ptId++) in RequestData()
100 scalars->SetNumberOfTuples(this->NumberOfPoints); in RequestData()
106 for (ptId=0; ptId<this->NumberOfPoints; ptId++) in RequestData()
118 newVerts->Allocate(newVerts->EstimateSize(1,this->NumberOfPoints)); in RequestData()
119 newVerts->InsertNextCell(this->NumberOfPoints); in RequestData()
120 for (ptId=0; ptId<this->NumberOfPoints; ptId++) in RequestData()
137 os << indent << "Number Of Points: " << this->NumberOfPoints << "\n"; in PrintSelf()
/dports/math/vtk6/VTK-6.2.0/Filters/Sources/
H A DvtkPointSource.cxx33 this->NumberOfPoints = (numPts > 0 ? numPts : 10); in vtkPointSource()
78 newPoints->Allocate(this->NumberOfPoints); in RequestData()
80 newVerts->Allocate(newVerts->EstimateSize(1,this->NumberOfPoints)); in RequestData()
82 newVerts->InsertNextCell(this->NumberOfPoints); in RequestData()
86 for (i=0; i<this->NumberOfPoints; i++) in RequestData()
100 for (i=0; i<this->NumberOfPoints; i++) in RequestData()
130 os << indent << "Number Of Points: " << this->NumberOfPoints << "\n"; in PrintSelf()
/dports/math/vtk9/VTK-9.1.0/Filters/Sources/
H A DvtkPointSource.cxx39 this->NumberOfPoints = (numPts > 0 ? numPts : 10); in vtkPointSource()
88 newPoints->Allocate(this->NumberOfPoints); in RequestData()
90 newVerts->AllocateEstimate(1, this->NumberOfPoints); in RequestData()
92 newVerts->InsertNextCell(this->NumberOfPoints); in RequestData()
96 for (i = 0; i < this->NumberOfPoints; i++) in RequestData()
110 for (i = 0; i < this->NumberOfPoints; i++) in RequestData()
152 os << indent << "Number Of Points: " << this->NumberOfPoints << "\n"; in PrintSelf()
/dports/math/vtk8/VTK-8.2.0/Filters/Sources/
H A DvtkPointSource.cxx39 this->NumberOfPoints = (numPts > 0 ? numPts : 10); in vtkPointSource()
91 newPoints->Allocate(this->NumberOfPoints); in RequestData()
93 newVerts->Allocate(newVerts->EstimateSize(1,this->NumberOfPoints)); in RequestData()
95 newVerts->InsertNextCell(this->NumberOfPoints); in RequestData()
99 for (i=0; i<this->NumberOfPoints; i++) in RequestData()
113 for (i=0; i<this->NumberOfPoints; i++) in RequestData()
155 os << indent << "Number Of Points: " << this->NumberOfPoints << "\n"; in PrintSelf()
/dports/science/InsightToolkit/ITK-5.0.1/Modules/Core/Common/include/
H A DitkQuadrilateralCell.hxx59 return Self::NumberOfPoints; in GetNumberOfPoints()
135 for ( unsigned int i = 0; i < Self::NumberOfPoints; ++i ) in SetPointIds()
208 return &m_PointIds[Self::NumberOfPoints - 1] + 1; in PointIdsEnd()
221 return &m_PointIds[Self::NumberOfPoints - 1] + 1; in PointIdsEnd()
277 for ( unsigned int i = 0; i < EdgeType::NumberOfPoints; ++i ) in GetEdge()
308 InterpolationWeightType weights[NumberOfPoints]; in EvaluatePosition()
334 for ( unsigned int i = 0; i < NumberOfPoints; ++i ) in EvaluatePosition()
344 scol[j] += pt[j] * derivs[i + NumberOfPoints]; in EvaluatePosition()
424 for ( unsigned int i = 0; i < NumberOfPoints; ++i ) in EvaluatePosition()
443 CoordRepType pc[CellDimension], w[NumberOfPoints]; in EvaluatePosition()
[all …]
H A DitkHexahedronCell.hxx59 return Self::NumberOfPoints; in GetNumberOfPoints()
148 for ( unsigned int i = 0; i < Self::NumberOfPoints; ++i ) in SetPointIds()
221 return &m_PointIds[Self::NumberOfPoints - 1] + 1; in PointIdsEnd()
234 return &m_PointIds[Self::NumberOfPoints - 1] + 1; in PointIdsEnd()
302 for ( unsigned int i = 0; i < EdgeType::NumberOfPoints; ++i ) in GetEdge()
322 for ( unsigned int i = 0; i < FaceType::NumberOfPoints; ++i ) in GetFace()
353 InterpolationWeightType weights[Self::NumberOfPoints]; in EvaluatePosition()
375 for ( unsigned int i = 0; i < Self::NumberOfPoints; ++i ) in EvaluatePosition()
382 scol[j] += pt[j] * derivs[i + Self::NumberOfPoints]; in EvaluatePosition()
383 tcol[j] += pt[j] * derivs[i + 2 * Self::NumberOfPoints]; in EvaluatePosition()
[all …]
H A DitkLineCell.hxx57 return Self::NumberOfPoints; in GetNumberOfPoints()
114 for ( unsigned int i = 0; i < Self::NumberOfPoints; ++i ) in SetPointIds()
187 return &m_PointIds[Self::NumberOfPoints - 1] + 1; in PointIdsEnd()
200 return &m_PointIds[Self::NumberOfPoints - 1] + 1; in PointIdsEnd()
212 return Self::NumberOfPoints; in GetNumberOfVertices()
H A DitkHexahedronCell.h69 static constexpr unsigned int NumberOfPoints = 8; variable
124 PointIdentifier m_PointIds[NumberOfPoints];
128 CoordRepType derivs[Self::CellDimension * Self::NumberOfPoints] );
130 …ons( CoordRepType pcoords[Self::CellDimension], InterpolationWeightType sf[Self::NumberOfPoints] );
138 for ( unsigned int i = 0; i < Self::NumberOfPoints; i++ ) in HexahedronCell()
H A DitkQuadraticTriangleCell.hxx57 return Self::NumberOfPoints; in GetNumberOfPoints()
134 for ( unsigned int i = 0; i < Self::NumberOfPoints; ++i ) in SetPointIds()
207 return &m_PointIds[Self::NumberOfPoints - 1] + 1; in PointIdsEnd()
220 return &m_PointIds[Self::NumberOfPoints - 1] + 1; in PointIdsEnd()
276 for ( unsigned int i = 0; i < EdgeType::NumberOfPoints; ++i ) in GetEdge()
/dports/math/vtk8/VTK-8.2.0/IO/Geometry/
H A DvtkParticleReader.cxx124 , NumberOfPoints(0) in vtkParticleReader()
419 this->NumberOfPoints = points->GetNumberOfPoints(); in ProduceOutputFromTextFileDouble()
497 this->NumberOfPoints = points->GetNumberOfPoints(); in ProduceOutputFromTextFileFloat()
553 this->NumberOfPoints = fileLength / (4 * sizeof(double)); in ProduceOutputFromBinaryFileDouble()
557 this->NumberOfPoints = fileLength / (3 * sizeof(double)); in ProduceOutputFromBinaryFileDouble()
568 if ((unsigned long)numPieces > this->NumberOfPoints) in ProduceOutputFromBinaryFileDouble()
570 numPieces = (int)(this->NumberOfPoints); in ProduceOutputFromBinaryFileDouble()
735 this->NumberOfPoints = fileLength / (4 * sizeof(float)); in ProduceOutputFromBinaryFileFloat()
739 this->NumberOfPoints = fileLength / (3 * sizeof(float)); in ProduceOutputFromBinaryFileFloat()
751 if ((unsigned long)numPieces > this->NumberOfPoints) in ProduceOutputFromBinaryFileFloat()
[all …]
/dports/math/vtk9/VTK-9.1.0/IO/Geometry/
H A DvtkParticleReader.cxx130 , NumberOfPoints(0) in vtkParticleReader()
410 this->NumberOfPoints = points->GetNumberOfPoints(); in ProduceOutputFromTextFileDouble()
487 this->NumberOfPoints = points->GetNumberOfPoints(); in ProduceOutputFromTextFileFloat()
540 this->NumberOfPoints = fileLength / (4 * sizeof(double)); in ProduceOutputFromBinaryFileDouble()
544 this->NumberOfPoints = fileLength / (3 * sizeof(double)); in ProduceOutputFromBinaryFileDouble()
553 if ((unsigned long)numPieces > this->NumberOfPoints) in ProduceOutputFromBinaryFileDouble()
555 numPieces = (int)(this->NumberOfPoints); in ProduceOutputFromBinaryFileDouble()
717 this->NumberOfPoints = fileLength / (4 * sizeof(float)); in ProduceOutputFromBinaryFileFloat()
721 this->NumberOfPoints = fileLength / (3 * sizeof(float)); in ProduceOutputFromBinaryFileFloat()
730 if ((unsigned long)numPieces > this->NumberOfPoints) in ProduceOutputFromBinaryFileFloat()
[all …]
/dports/math/vtk6/VTK-6.2.0/IO/Geometry/
H A DvtkParticleReader.cxx124 , NumberOfPoints(0) in vtkParticleReader()
415 this->NumberOfPoints = points->GetNumberOfPoints(); in ProduceOutputFromTextFileDouble()
493 this->NumberOfPoints = points->GetNumberOfPoints(); in ProduceOutputFromTextFileFloat()
549 this->NumberOfPoints = fileLength / (4 * sizeof(double)); in ProduceOutputFromBinaryFileDouble()
553 this->NumberOfPoints = fileLength / (3 * sizeof(double)); in ProduceOutputFromBinaryFileDouble()
564 if ((unsigned long)numPieces > this->NumberOfPoints) in ProduceOutputFromBinaryFileDouble()
566 numPieces = (int)(this->NumberOfPoints); in ProduceOutputFromBinaryFileDouble()
745 this->NumberOfPoints = fileLength / (4 * sizeof(float)); in ProduceOutputFromBinaryFileFloat()
749 this->NumberOfPoints = fileLength / (3 * sizeof(float)); in ProduceOutputFromBinaryFileFloat()
761 if ((unsigned long)numPieces > this->NumberOfPoints) in ProduceOutputFromBinaryFileFloat()
[all …]
/dports/math/vtk6/VTK-6.2.0/IO/NetCDF/
H A DvtkMPASReader.cxx660 this->NumberOfPoints = nCells->size(); in GetNcDims()
974 this->MaximumLevelPoint = (int*)malloc((this->NumberOfPoints + in AllocSphereGeometry()
979 this->NumberOfPoints); in AllocSphereGeometry()
982 this->CurrentExtraPoint = this->NumberOfPoints + this->PointOffset; in AllocSphereGeometry()
1077 …this->MaximumLevelPoint = (int*)malloc((this->NumberOfPoints + this->NumberOfPoints) * sizeof(int)… in AllocLatLonGeometry()
1081 this->NumberOfPoints); in AllocLatLonGeometry()
1222 if ((conns[k] <= 0) || (conns[k] > this->NumberOfPoints)) in FixPoints()
1762 ncVar->get(dataBlock+this->PointOffset, this->NumberOfPoints); in LoadPointVarData()
1785 ncVar->get(dataPtr, this->NumberOfPoints); in LoadPointVarData()
1790 ncVar->get(dataPtr, 1, this->NumberOfPoints); in LoadPointVarData()
[all …]
/dports/graphics/mirtk/MIRTK-2.0.0-122-g38210fa/Modules/Registration/src/
H A DPointSetDistance.cc100 …dientWrtTarget(m < 0 && _Target && other._GradientWrtTarget ? other._Target->NumberOfPoints() : 0); in PointSetDistance()
101 …dientWrtSource(n < 0 && _Source && other._GradientWrtSource ? other._Source->NumberOfPoints() : 0); in PointSetDistance()
110 …AllocateGradientWrtTarget(m < 0 && _Target && other._GradientWrtTarget ? _Target->NumberOfPoints()… in CopyAttributes()
111 …AllocateGradientWrtSource(n < 0 && _Source && other._GradientWrtSource ? _Source->NumberOfPoints()… in CopyAttributes()
175 Initialize(_Target->NumberOfPoints(), _Source->NumberOfPoints()); in Initialize()
192 Reinitialize(_Target->NumberOfPoints(), _Source->NumberOfPoints()); in Reinitialize()
308 const vtkIdType n = (samples_only ? sample->size() : data->NumberOfPoints()); in WriteGradient()
/dports/math/vtk8/VTK-8.2.0/Accelerators/Vtkm/
H A DvtkmCellSetSingleType.h52 , NumberOfPoints(0) in vtkmCellSetSingleType()
66 , NumberOfPoints(0) in vtkmCellSetSingleType()
79 , NumberOfPoints(src.NumberOfPoints) in vtkmCellSetSingleType()
93 this->NumberOfPoints = src.NumberOfPoints;
110 return this->NumberOfPoints; in GetNumberOfPoints()
196 mutable vtkm::Id NumberOfPoints;
/dports/graphics/mirtk/MIRTK-2.0.0-122-g38210fa/Modules/PointSet/include/mirtk/
H A DSurfaceBoundary.h107 int NumberOfPoints() const;
185 int NumberOfPoints(int n) const;
252 inline int SurfaceBoundary::NumberOfPoints() const in NumberOfPoints() function
319 inline int SurfaceBoundary::NumberOfPoints(int n) const in NumberOfPoints() function
321 return Segment(n).NumberOfPoints(); in NumberOfPoints()
/dports/graphics/mirtk/MIRTK-2.0.0-122-g38210fa/Modules/PointSet/src/
H A DFiducialMatch.cc95 const int m = static_cast<int>(target->NumberOfPoints()); in ValidateCorrespondenceMap()
96 const int n = static_cast<int>(source->NumberOfPoints()); in ValidateCorrespondenceMap()
125 const int m = static_cast<int>(target->NumberOfPoints()); in InvertCorrespondenceMap()
126 const int n = static_cast<int>(source->NumberOfPoints()); in InvertCorrespondenceMap()
140 const int m = static_cast<int>(_Target->NumberOfPoints()); in Initialize()
141 const int n = static_cast<int>(_Source->NumberOfPoints()); in Initialize()
/dports/science/getdp/getdp-3.4.0-source/templates/
H A DLib_Electrostatics_v.pro78 { GeoElement Point; NumberOfPoints 1; }
79 { GeoElement Line; NumberOfPoints 3; }
80 { GeoElement Triangle; NumberOfPoints 3; }
81 { GeoElement Quadrangle; NumberOfPoints 4; }
82 { GeoElement Tetrahedron; NumberOfPoints 4; }
83 { GeoElement Hexahedron; NumberOfPoints 6; }
84 { GeoElement Prism; NumberOfPoints 9; }
85 { GeoElement Pyramid; NumberOfPoints 8; }

12345678910>>...12