Home
last modified time | relevance | path

Searched defs:AddVertex (Results 1 – 25 of 139) sorted by relevance

123456

/dports/cad/opencascade/opencascade-7.6.0/src/Graphic3d/
H A DGraphic3d_ArrayOfPrimitives.hxx128 …Standard_Integer AddVertex (const Standard_Real theX, const Standard_Real theY, const Standard_Rea… in AddVertex() function in Graphic3d_ArrayOfPrimitives
145 Standard_Integer AddVertex (const gp_Pnt& theVertex, const Quantity_Color& theColor) in AddVertex() function in Graphic3d_ArrayOfPrimitives
158 Standard_Integer AddVertex (const gp_Pnt& theVertex, const Standard_Integer theColor32) in AddVertex() function in Graphic3d_ArrayOfPrimitives
168 Standard_Integer AddVertex (const gp_Pnt& theVertex, in AddVertex() function in Graphic3d_ArrayOfPrimitives
179 Standard_Integer AddVertex (const gp_Pnt& theVertex, const gp_Dir& theNormal) in AddVertex() function in Graphic3d_ArrayOfPrimitives
188 …Standard_Integer AddVertex (const Standard_Real theX, const Standard_Real theY, const Standard_R… in AddVertex() function in Graphic3d_ArrayOfPrimitives
211 …Standard_Integer AddVertex (const gp_Pnt& theVertex, const gp_Dir& theNormal, const Quantity_Color… in AddVertex() function in Graphic3d_ArrayOfPrimitives
235 Standard_Integer AddVertex (const gp_Pnt& theVertex, const gp_Pnt2d& theTexel) in AddVertex() function in Graphic3d_ArrayOfPrimitives
244 …Standard_Integer AddVertex (const Standard_Real theX, const Standard_Real theY, const Standard_Rea… in AddVertex() function in Graphic3d_ArrayOfPrimitives
267 …Standard_Integer AddVertex (const gp_Pnt& theVertex, const gp_Dir& theNormal, const gp_Pnt2d& theT… in AddVertex() function in Graphic3d_ArrayOfPrimitives
[all …]
/dports/cad/opencascade/opencascade-7.6.0/inc/
H A DGraphic3d_ArrayOfPrimitives.hxx128 …Standard_Integer AddVertex (const Standard_Real theX, const Standard_Real theY, const Standard_Rea… in AddVertex() function in Graphic3d_ArrayOfPrimitives
145 Standard_Integer AddVertex (const gp_Pnt& theVertex, const Quantity_Color& theColor) in AddVertex() function in Graphic3d_ArrayOfPrimitives
158 Standard_Integer AddVertex (const gp_Pnt& theVertex, const Standard_Integer theColor32) in AddVertex() function in Graphic3d_ArrayOfPrimitives
168 Standard_Integer AddVertex (const gp_Pnt& theVertex, in AddVertex() function in Graphic3d_ArrayOfPrimitives
179 Standard_Integer AddVertex (const gp_Pnt& theVertex, const gp_Dir& theNormal) in AddVertex() function in Graphic3d_ArrayOfPrimitives
188 …Standard_Integer AddVertex (const Standard_Real theX, const Standard_Real theY, const Standard_R… in AddVertex() function in Graphic3d_ArrayOfPrimitives
211 …Standard_Integer AddVertex (const gp_Pnt& theVertex, const gp_Dir& theNormal, const Quantity_Color… in AddVertex() function in Graphic3d_ArrayOfPrimitives
235 Standard_Integer AddVertex (const gp_Pnt& theVertex, const gp_Pnt2d& theTexel) in AddVertex() function in Graphic3d_ArrayOfPrimitives
244 …Standard_Integer AddVertex (const Standard_Real theX, const Standard_Real theY, const Standard_Rea… in AddVertex() function in Graphic3d_ArrayOfPrimitives
267 …Standard_Integer AddVertex (const gp_Pnt& theVertex, const gp_Dir& theNormal, const gp_Pnt2d& theT… in AddVertex() function in Graphic3d_ArrayOfPrimitives
[all …]
/dports/devel/py-cadquery-pywrap/pywrap-e8c7bc9/opencascade/
H A DGraphic3d_ArrayOfPrimitives.hxx128 …Standard_Integer AddVertex (const Standard_Real theX, const Standard_Real theY, const Standard_Rea… in AddVertex() function in Graphic3d_ArrayOfPrimitives
145 Standard_Integer AddVertex (const gp_Pnt& theVertex, const Quantity_Color& theColor) in AddVertex() function in Graphic3d_ArrayOfPrimitives
158 Standard_Integer AddVertex (const gp_Pnt& theVertex, const Standard_Integer theColor32) in AddVertex() function in Graphic3d_ArrayOfPrimitives
168 Standard_Integer AddVertex (const gp_Pnt& theVertex, in AddVertex() function in Graphic3d_ArrayOfPrimitives
179 Standard_Integer AddVertex (const gp_Pnt& theVertex, const gp_Dir& theNormal) in AddVertex() function in Graphic3d_ArrayOfPrimitives
188 …Standard_Integer AddVertex (const Standard_Real theX, const Standard_Real theY, const Standard_R… in AddVertex() function in Graphic3d_ArrayOfPrimitives
211 …Standard_Integer AddVertex (const gp_Pnt& theVertex, const gp_Dir& theNormal, const Quantity_Color… in AddVertex() function in Graphic3d_ArrayOfPrimitives
235 Standard_Integer AddVertex (const gp_Pnt& theVertex, const gp_Pnt2d& theTexel) in AddVertex() function in Graphic3d_ArrayOfPrimitives
244 …Standard_Integer AddVertex (const Standard_Real theX, const Standard_Real theY, const Standard_Rea… in AddVertex() function in Graphic3d_ArrayOfPrimitives
267 …Standard_Integer AddVertex (const gp_Pnt& theVertex, const gp_Dir& theNormal, const gp_Pnt2d& theT… in AddVertex() function in Graphic3d_ArrayOfPrimitives
[all …]
/dports/graphics/blender/blender-2.91.0/extern/ceres/internal/ceres/
H A Dgraph.h54 void AddVertex(const Vertex& vertex) { in AddVertex() function
114 void AddVertex(const Vertex& vertex, double weight) { in AddVertex() function
124 void AddVertex(const Vertex& vertex) { in AddVertex() function
/dports/misc/openmvg/openMVG-2.0/src/third_party/ceres-solver/internal/ceres/
H A Dgraph.h54 void AddVertex(const Vertex& vertex) { in AddVertex() function
117 void AddVertex(const Vertex& vertex, double weight) { in AddVertex() function
127 void AddVertex(const Vertex& vertex) { in AddVertex() function
/dports/math/ceres-solver/ceres-solver-2.0.0/internal/ceres/
H A Dgraph.h55 void AddVertex(const Vertex& vertex) { in AddVertex() function
113 void AddVertex(const Vertex& vertex, double weight) { in AddVertex() function
123 void AddVertex(const Vertex& vertex) { AddVertex(vertex, 1.0); } in AddVertex() function
/dports/cad/csxcad/CSXCAD-0.6.2-103-g3c4fb66/src/
H A DCSPrimPolyhedron.h50 virtual void AddVertex(float p[3]) {AddVertex(p[0],p[1],p[2]);} in AddVertex() function
51 virtual void AddVertex(double p[3]) {AddVertex(p[0],p[1],p[2]);} in AddVertex() function
/dports/math/vtk8/VTK-8.2.0/Common/DataModel/
H A DvtkMutableUndirectedGraph.cxx62 vtkIdType vtkMutableUndirectedGraph::AddVertex() in AddVertex() function in vtkMutableUndirectedGraph
73 vtkIdType vtkMutableUndirectedGraph::AddVertex(vtkVariantArray *propertyArr) in AddVertex() function in vtkMutableUndirectedGraph
86 vtkIdType vtkMutableUndirectedGraph::AddVertex(const vtkVariant& pedigreeId) in AddVertex() function in vtkMutableUndirectedGraph
H A DvtkMutableDirectedGraph.cxx61 vtkIdType vtkMutableDirectedGraph::AddVertex() in AddVertex() function in vtkMutableDirectedGraph
72 vtkIdType vtkMutableDirectedGraph::AddVertex(vtkVariantArray *propertyArr) in AddVertex() function in vtkMutableDirectedGraph
85 vtkIdType vtkMutableDirectedGraph::AddVertex(const vtkVariant& pedigreeId) in AddVertex() function in vtkMutableDirectedGraph
/dports/math/vtk9/VTK-9.1.0/Common/DataModel/
H A DvtkMutableDirectedGraph.cxx61 vtkIdType vtkMutableDirectedGraph::AddVertex() in AddVertex() function in vtkMutableDirectedGraph
72 vtkIdType vtkMutableDirectedGraph::AddVertex(vtkVariantArray* propertyArr) in AddVertex() function in vtkMutableDirectedGraph
85 vtkIdType vtkMutableDirectedGraph::AddVertex(const vtkVariant& pedigreeId) in AddVertex() function in vtkMutableDirectedGraph
H A DvtkMutableUndirectedGraph.cxx62 vtkIdType vtkMutableUndirectedGraph::AddVertex() in AddVertex() function in vtkMutableUndirectedGraph
73 vtkIdType vtkMutableUndirectedGraph::AddVertex(vtkVariantArray* propertyArr) in AddVertex() function in vtkMutableUndirectedGraph
86 vtkIdType vtkMutableUndirectedGraph::AddVertex(const vtkVariant& pedigreeId) in AddVertex() function in vtkMutableUndirectedGraph
/dports/math/vtk6/VTK-6.2.0/Common/DataModel/
H A DvtkMutableDirectedGraph.cxx61 vtkIdType vtkMutableDirectedGraph::AddVertex() in AddVertex() function in vtkMutableDirectedGraph
72 vtkIdType vtkMutableDirectedGraph::AddVertex(vtkVariantArray *propertyArr) in AddVertex() function in vtkMutableDirectedGraph
85 vtkIdType vtkMutableDirectedGraph::AddVertex(const vtkVariant& pedigreeId) in AddVertex() function in vtkMutableDirectedGraph
H A DvtkMutableUndirectedGraph.cxx62 vtkIdType vtkMutableUndirectedGraph::AddVertex() in AddVertex() function in vtkMutableUndirectedGraph
73 vtkIdType vtkMutableUndirectedGraph::AddVertex(vtkVariantArray *propertyArr) in AddVertex() function in vtkMutableUndirectedGraph
86 vtkIdType vtkMutableUndirectedGraph::AddVertex(const vtkVariant& pedigreeId) in AddVertex() function in vtkMutableUndirectedGraph
/dports/lang/ruby26/ruby-2.6.9/lib/rubygems/resolver/molinillo/lib/molinillo/dependency_graph/
H A Dadd_vertex.rb7 class AddVertex < Action # :nodoc: class in Molinillo.DependencyGraph
/dports/cad/repsnapper/repsnapper-2.5a4/libraries/amf/amftools-code/include/
H A DnVertices.h47 int AddVertex(nVertex& VIn){VertexList.push_back(VIn); return VertexList.size()-1;} //returns index in AddVertex() function
/dports/math/vtk8/VTK-8.2.0/IO/Xdmf2/
H A DvtkSILBuilder.cxx58 vtkIdType vtkSILBuilder::AddVertex(const char* name) in AddVertex() function in vtkSILBuilder
/dports/math/vtk9/VTK-9.1.0/IO/Xdmf2/
H A DvtkSILBuilder.cxx58 vtkIdType vtkSILBuilder::AddVertex(const char* name) in AddVertex() function in vtkSILBuilder
/dports/math/vtk6/VTK-6.2.0/IO/Xdmf2/
H A DvtkSILBuilder.cxx58 vtkIdType vtkSILBuilder::AddVertex(const char* name) in AddVertex() function in vtkSILBuilder
/dports/science/InsightToolkit/ITK-5.0.1/Modules/Filtering/Path/include/
H A DitkPolyLineParametricPath.h98 inline void AddVertex(const ContinuousIndexType & vertex) in AddVertex() function
/dports/lang/mono/mono-5.10.1.57/mcs/class/referencesource/System.Data.Entity/System/Data/Mapping/Update/Internal/
H A DGraph.cs101 internal void AddVertex(TVertex vertex) in AddVertex() method in System.Data.Mapping.Update.Internal.Graph
H A DUndirectedGraph.cs46 internal void AddVertex(TVertex vertex) { in AddVertex() method in System.Data.Mapping.Update.Internal.UndirectedGraph
/dports/math/vtk8/VTK-8.2.0/IO/Xdmf3/
H A DvtkXdmf3SILBuilder.cxx95 vtkIdType vtkXdmf3SILBuilder::AddVertex(const char* name) in AddVertex() function in vtkXdmf3SILBuilder
/dports/math/vtk9/VTK-9.1.0/IO/Xdmf3/
H A DvtkXdmf3SILBuilder.cxx95 vtkIdType vtkXdmf3SILBuilder::AddVertex(const char* name) in AddVertex() function in vtkXdmf3SILBuilder
/dports/math/vtk6/VTK-6.2.0/IO/Xdmf3/
H A DvtkXdmf3SILBuilder.cxx97 vtkIdType vtkXdmf3SILBuilder::AddVertex(const char* name) in AddVertex() function in vtkXdmf3SILBuilder
/dports/math/vtk8/VTK-8.2.0/Infovis/Core/
H A DvtkMutableGraphHelper.cxx70 vtkIdType vtkMutableGraphHelper::AddVertex() in AddVertex() function in vtkMutableGraphHelper

123456