Home
last modified time | relevance | path

Searched refs:vtkGenericAdaptorCell (Results 1 – 25 of 114) sorted by relevance

12345

/dports/math/vtk6/VTK-6.2.0/Common/DataModel/
H A DvtkGenericAdaptorCell.h89 class VTKCOMMONDATAMODEL_EXPORT vtkGenericAdaptorCell : public vtkObject
92 vtkTypeMacro(vtkGenericAdaptorCell,vtkObject);
206 virtual int CountNeighbors(vtkGenericAdaptorCell *boundary)=0;
218 virtual void GetNeighbors(vtkGenericAdaptorCell *boundary,
558 vtkGenericAdaptorCell();
559 virtual ~vtkGenericAdaptorCell();
606 vtkGenericAdaptorCell(const vtkGenericAdaptorCell&); // Not implemented.
607 void operator=(const vtkGenericAdaptorCell&); // Not implemented.
H A DvtkSimpleCellTessellator.h55 class vtkGenericAdaptorCell; variable
74 vtkGetObjectMacro(GenericCell, vtkGenericAdaptorCell);
88 void TessellateFace(vtkGenericAdaptorCell *cell,
104 void Tessellate(vtkGenericAdaptorCell *cell,
119 void Triangulate(vtkGenericAdaptorCell *cell,
243 void TriangulateTriangle(vtkGenericAdaptorCell *cell,
254 vtkGenericAdaptorCell *GenericCell;
H A DvtkGenericCellIterator.h36 class vtkGenericAdaptorCell; variable
57 virtual vtkGenericAdaptorCell *NewCell() = 0;
65 virtual void GetCell(vtkGenericAdaptorCell *c) = 0;
72 virtual vtkGenericAdaptorCell *GetCell() = 0;
H A DvtkGenericCellTessellator.h48 class vtkGenericAdaptorCell; variable
74 virtual void TessellateFace(vtkGenericAdaptorCell *cell,
90 virtual void Tessellate(vtkGenericAdaptorCell *cell,
105 virtual void Triangulate(vtkGenericAdaptorCell *cell,
190 void SetGenericCell(vtkGenericAdaptorCell *cell);
H A DvtkGenericSubdivisionErrorMetric.h42 class vtkGenericAdaptorCell; variable
90 void SetGenericCell(vtkGenericAdaptorCell *cell);
91 vtkGetObjectMacro(GenericCell,vtkGenericAdaptorCell);
102 vtkGenericAdaptorCell *GenericCell;
H A DvtkGenericAdaptorCell.cxx41 vtkGenericAdaptorCell::vtkGenericAdaptorCell() in vtkGenericAdaptorCell() function in vtkGenericAdaptorCell
74 vtkGenericAdaptorCell::~vtkGenericAdaptorCell() in ~vtkGenericAdaptorCell()
99 void vtkGenericAdaptorCell::PrintSelf(ostream& os, vtkIndent indent) in PrintSelf()
107 int vtkGenericAdaptorCell::IsGeometryLinear() in IsGeometryLinear()
150 int vtkGenericAdaptorCell::IsAttributeLinear(vtkGenericAttribute *a) in IsAttributeLinear()
156 void vtkGenericAdaptorCell::GetBounds(double bounds[6]) in GetBounds()
188 double *vtkGenericAdaptorCell::GetBounds() in GetBounds()
199 double vtkGenericAdaptorCell::GetLength2() in GetLength2()
215 void vtkGenericAdaptorCell::Reset() in Reset()
475 void vtkGenericAdaptorCell::Clip(double value, in Clip()
[all …]
/dports/math/vtk8/VTK-8.2.0/Common/DataModel/
H A DvtkGenericAdaptorCell.h92 class VTKCOMMONDATAMODEL_EXPORT vtkGenericAdaptorCell : public vtkObject
95 vtkTypeMacro(vtkGenericAdaptorCell,vtkObject);
227 virtual int CountNeighbors(vtkGenericAdaptorCell *boundary)=0;
241 virtual void GetNeighbors(vtkGenericAdaptorCell *boundary,
604 vtkGenericAdaptorCell();
605 ~vtkGenericAdaptorCell() override;
654 vtkGenericAdaptorCell(const vtkGenericAdaptorCell&) = delete;
655 void operator=(const vtkGenericAdaptorCell&) = delete;
H A DvtkSimpleCellTessellator.h58 class vtkGenericAdaptorCell; variable
79 vtkGetObjectMacro(GenericCell, vtkGenericAdaptorCell);
95 void TessellateFace(vtkGenericAdaptorCell *cell,
112 void Tessellate(vtkGenericAdaptorCell *cell,
128 void Triangulate(vtkGenericAdaptorCell *cell,
264 void TriangulateTriangle(vtkGenericAdaptorCell *cell,
276 vtkGenericAdaptorCell *GenericCell;
H A DvtkGenericCellIterator.h39 class vtkGenericAdaptorCell; variable
66 virtual vtkGenericAdaptorCell *NewCell() = 0;
75 virtual void GetCell(vtkGenericAdaptorCell *c) = 0;
83 virtual vtkGenericAdaptorCell *GetCell() = 0;
H A DvtkGenericCellTessellator.h50 class vtkGenericAdaptorCell; variable
77 virtual void TessellateFace(vtkGenericAdaptorCell *cell,
94 virtual void Tessellate(vtkGenericAdaptorCell *cell,
110 virtual void Triangulate(vtkGenericAdaptorCell *cell,
209 void SetGenericCell(vtkGenericAdaptorCell *cell);
H A DvtkGenericSubdivisionErrorMetric.h45 class vtkGenericAdaptorCell; variable
100 void SetGenericCell(vtkGenericAdaptorCell *cell);
101 vtkGetObjectMacro(GenericCell,vtkGenericAdaptorCell);
116 vtkGenericAdaptorCell *GenericCell;
H A DvtkGenericAdaptorCell.cxx41 vtkGenericAdaptorCell::vtkGenericAdaptorCell() in vtkGenericAdaptorCell() function in vtkGenericAdaptorCell
74 vtkGenericAdaptorCell::~vtkGenericAdaptorCell() in ~vtkGenericAdaptorCell()
99 void vtkGenericAdaptorCell::PrintSelf(ostream& os, vtkIndent indent) in PrintSelf()
107 int vtkGenericAdaptorCell::IsGeometryLinear() in IsGeometryLinear()
156 void vtkGenericAdaptorCell::GetBounds(double bounds[6]) in GetBounds()
188 double *vtkGenericAdaptorCell::GetBounds() in GetBounds()
199 double vtkGenericAdaptorCell::GetLength2() in GetLength2()
215 void vtkGenericAdaptorCell::Reset() in Reset()
223 void vtkGenericAdaptorCell::Contour(vtkContourValues *contourValues, in Contour()
475 void vtkGenericAdaptorCell::Clip(double value, in Clip()
[all …]
H A DvtkGenericAttribute.h37 class vtkGenericAdaptorCell; variable
138 virtual double *GetTuple(vtkGenericAdaptorCell *c) = 0;
147 virtual void GetTuple(vtkGenericAdaptorCell *c, double *tuple) = 0;
/dports/math/vtk9/VTK-9.1.0/Common/DataModel/
H A DvtkGenericAdaptorCell.h91 class VTKCOMMONDATAMODEL_EXPORT vtkGenericAdaptorCell : public vtkObject
94 vtkTypeMacro(vtkGenericAdaptorCell, vtkObject);
226 virtual int CountNeighbors(vtkGenericAdaptorCell* boundary) = 0;
240 virtual void GetNeighbors(vtkGenericAdaptorCell* boundary, vtkGenericCellIterator* neighbors) = 0;
571 vtkGenericAdaptorCell();
572 ~vtkGenericAdaptorCell() override;
621 vtkGenericAdaptorCell(const vtkGenericAdaptorCell&) = delete;
622 void operator=(const vtkGenericAdaptorCell&) = delete;
H A DvtkSimpleCellTessellator.h58 class vtkGenericAdaptorCell; variable
79 vtkGetObjectMacro(GenericCell, vtkGenericAdaptorCell);
95 void TessellateFace(vtkGenericAdaptorCell* cell, vtkGenericAttributeCollection* att,
109 void Tessellate(vtkGenericAdaptorCell* cell, vtkGenericAttributeCollection* att,
122 void Triangulate(vtkGenericAdaptorCell* cell, vtkGenericAttributeCollection* att,
252 void TriangulateTriangle(vtkGenericAdaptorCell* cell, vtkIdType* localIds, vtkIdType* ids,
259 vtkGenericAdaptorCell* GenericCell;
H A DvtkGenericCellIterator.h39 class vtkGenericAdaptorCell; variable
66 virtual vtkGenericAdaptorCell* NewCell() = 0;
75 virtual void GetCell(vtkGenericAdaptorCell* c) = 0;
83 virtual vtkGenericAdaptorCell* GetCell() = 0;
H A DvtkGenericCellTessellator.h50 class vtkGenericAdaptorCell; variable
77 virtual void TessellateFace(vtkGenericAdaptorCell* cell, vtkGenericAttributeCollection* att,
90 virtual void Tessellate(vtkGenericAdaptorCell* cell, vtkGenericAttributeCollection* att,
103 virtual void Triangulate(vtkGenericAdaptorCell* cell, vtkGenericAttributeCollection* att,
197 void SetGenericCell(vtkGenericAdaptorCell* cell);
H A DvtkGenericSubdivisionErrorMetric.h45 class vtkGenericAdaptorCell; variable
100 void SetGenericCell(vtkGenericAdaptorCell* cell);
101 vtkGetObjectMacro(GenericCell, vtkGenericAdaptorCell);
116 vtkGenericAdaptorCell* GenericCell;
H A DvtkGenericAdaptorCell.cxx44 vtkGenericAdaptorCell::vtkGenericAdaptorCell() in vtkGenericAdaptorCell() function in vtkGenericAdaptorCell
76 vtkGenericAdaptorCell::~vtkGenericAdaptorCell() in ~vtkGenericAdaptorCell()
101 void vtkGenericAdaptorCell::PrintSelf(ostream& os, vtkIndent indent) in PrintSelf()
109 int vtkGenericAdaptorCell::IsGeometryLinear() in IsGeometryLinear()
152 vtkTypeBool vtkGenericAdaptorCell::IsAttributeLinear(vtkGenericAttribute* a) in IsAttributeLinear()
158 void vtkGenericAdaptorCell::GetBounds(double bounds[6]) in GetBounds()
190 double* vtkGenericAdaptorCell::GetBounds() in GetBounds()
201 double vtkGenericAdaptorCell::GetLength2() in GetLength2()
217 void vtkGenericAdaptorCell::Reset() in Reset()
466 void vtkGenericAdaptorCell::Clip(double value, vtkImplicitFunction* f, in Clip()
[all …]
H A DvtkGenericAttribute.h37 class vtkGenericAdaptorCell; variable
137 virtual double* GetTuple(vtkGenericAdaptorCell* c) = 0;
146 virtual void GetTuple(vtkGenericAdaptorCell* c, double* tuple) = 0;
/dports/math/vtk6/VTK-6.2.0/Testing/GenericBridge/
H A DvtkBridgeCellIterator.cxx93 vtkGenericAdaptorCell *vtkBridgeCellIterator::NewCell() in NewCell()
95 vtkGenericAdaptorCell *result=vtkBridgeCell::New(); in NewCell()
106 void vtkBridgeCellIterator::GetCell(vtkGenericAdaptorCell *c) in GetCell()
120 vtkGenericAdaptorCell *vtkBridgeCellIterator::GetCell() in GetCell()
123 vtkGenericAdaptorCell *result=this->CurrentIterator->GetCell( ); in GetCell()
H A DvtkBridgeCellIteratorOnCellList.cxx91 void vtkBridgeCellIteratorOnCellList::GetCell(vtkGenericAdaptorCell *c) in GetCell()
106 vtkGenericAdaptorCell *vtkBridgeCellIteratorOnCellList::GetCell() in GetCell()
111 vtkGenericAdaptorCell *result=this->Cell; in GetCell()
/dports/math/vtk8/VTK-8.2.0/Testing/GenericBridge/
H A DvtkBridgeCellIterator.cxx93 vtkGenericAdaptorCell *vtkBridgeCellIterator::NewCell() in NewCell()
95 vtkGenericAdaptorCell *result=vtkBridgeCell::New(); in NewCell()
106 void vtkBridgeCellIterator::GetCell(vtkGenericAdaptorCell *c) in GetCell()
120 vtkGenericAdaptorCell *vtkBridgeCellIterator::GetCell() in GetCell()
123 vtkGenericAdaptorCell *result=this->CurrentIterator->GetCell( ); in GetCell()
/dports/math/vtk9/VTK-9.1.0/Testing/GenericBridge/
H A DvtkBridgeCellIterator.cxx93 vtkGenericAdaptorCell* vtkBridgeCellIterator::NewCell() in NewCell()
95 vtkGenericAdaptorCell* result = vtkBridgeCell::New(); in NewCell()
106 void vtkBridgeCellIterator::GetCell(vtkGenericAdaptorCell* c) in GetCell()
120 vtkGenericAdaptorCell* vtkBridgeCellIterator::GetCell() in GetCell()
123 vtkGenericAdaptorCell* result = this->CurrentIterator->GetCell(); in GetCell()
H A DvtkBridgeCellIteratorOnCellList.cxx90 void vtkBridgeCellIteratorOnCellList::GetCell(vtkGenericAdaptorCell* c) in GetCell()
105 vtkGenericAdaptorCell* vtkBridgeCellIteratorOnCellList::GetCell() in GetCell()
110 vtkGenericAdaptorCell* result = this->Cell; in GetCell()

12345