Home
last modified time | relevance | path

Searched refs:HPropHandleT (Results 1 – 25 of 30) sorted by relevance

12

/dports/math/openmesh/OpenMesh-8.1/src/OpenMesh/Core/Mesh/
H A DBaseKernel.hh148 void add_property( HPropHandleT<T>& _ph, const std::string& _name="<hprop>") in add_property()
150 _ph = HPropHandleT<T>( hprops_.add(T(), _name) ); in add_property()
202 void remove_property(HPropHandleT<T>& _ph) in remove_property()
261 bool get_property_handle(HPropHandleT<T>& _ph, in get_property_handle()
264 return (_ph = HPropHandleT<T>(hprops_.handle(T(), _name))).is_valid(); in get_property_handle()
319 PropertyT<T>& property(HPropHandleT<T> _ph) { in property()
323 const PropertyT<T>& property(HPropHandleT<T> _ph) const { in property()
381 typename HPropHandleT<T>::reference
382 property(HPropHandleT<T> _ph, HalfedgeHandle _hh) { in property()
387 typename HPropHandleT<T>::const_reference
[all …]
H A DAttribKernelT.hh109 typedef HPropHandleT<HalfedgeData> DataHPropHandle;
119 typedef HPropHandleT<TexCoord1D> HalfedgeTexCoords1DPropertyHandle;
120 typedef HPropHandleT<TexCoord2D> HalfedgeTexCoords2DPropertyHandle;
121 typedef HPropHandleT<TexCoord3D> HalfedgeTexCoords3DPropertyHandle;
123 typedef HPropHandleT<Normal> HalfedgeNormalsPropertyHandle;
124 typedef HPropHandleT<Color> HalfedgeColorsPropertyHandle;
/dports/math/openmesh/OpenMesh-8.1/Documentation/
H A Da02555.map1 <map id="OpenMesh::HPropHandleT&lt; T &gt;" name="OpenMesh::HPropHandleT&lt; T &gt;">
H A Da02556.map1 <map id="OpenMesh::HPropHandleT&lt; T &gt;" name="OpenMesh::HPropHandleT&lt; T &gt;">
H A Da02835.map2 …OpenMesh::SmartTaggerT\l\&lt; Mesh, Mesh::HalfedgeHandle,\l OpenMesh::HPropHandleT\&lt; unsigned i…
3 <area shape="rect" id="node3" href="$a02557.html" title="OpenMesh::HPropHandleT\l\&lt; unsigned int…
H A Dinherit_graph_123.map48 <area shape="rect" id="node8" href="$a02557.html" title="OpenMesh::HPropHandleT\l\&lt; Color \&gt;"…
55 <area shape="rect" id="node20" href="$a02557.html" title="OpenMesh::HPropHandleT\l\&lt; HalfedgeDat…
60 <area shape="rect" id="node29" href="$a02557.html" title="OpenMesh::HPropHandleT\l\&lt; Normal \&gt…
65 <area shape="rect" id="node36" href="$a02557.html" title="OpenMesh::HPropHandleT\l\&lt; OpenMesh::A…
79 <area shape="rect" id="node57" href="$a02557.html" title="OpenMesh::HPropHandleT\l\&lt; StatusInfo …
83 <area shape="rect" id="node64" href="$a02557.html" title="OpenMesh::HPropHandleT\l\&lt; TexCoord1D …
85 <area shape="rect" id="node67" href="$a02557.html" title="OpenMesh::HPropHandleT\l\&lt; TexCoord2D …
87 <area shape="rect" id="node70" href="$a02557.html" title="OpenMesh::HPropHandleT\l\&lt; TexCoord3D …
98 <area shape="rect" id="node88" href="$a02557.html" title="OpenMesh::HPropHandleT\l\&lt; unsigned in…
H A Da02836.map2 …OpenMesh::SmartTaggerT\l\&lt; Mesh, Mesh::HalfedgeHandle,\l OpenMesh::HPropHandleT\&lt; unsigned i…
H A Dinherit_graph_136.map2 …OpenMesh::SmartTaggerT\l\&lt; Mesh, Mesh::HalfedgeHandle,\l OpenMesh::HPropHandleT\&lt; unsigned i…
H A Da02111.map7 <area shape="rect" id="node9" href="$a02557.html" title="OpenMesh::HPropHandleT\l\&lt; StatusInfo \…
H A Da02115.map8 <area shape="rect" id="node10" href="$a02557.html" title="OpenMesh::HPropHandleT\l\&lt; StatusInfo …
H A Da02119.map9 <area shape="rect" id="node11" href="$a02557.html" title="OpenMesh::HPropHandleT\l\&lt; StatusInfo …
H A Da02123.map10 <area shape="rect" id="node12" href="$a02557.html" title="OpenMesh::HPropHandleT\l\&lt; StatusInfo …
H A Da02311.map8 <area shape="rect" id="node10" href="$a02557.html" title="OpenMesh::HPropHandleT\l\&lt; StatusInfo …
H A Da02479.map9 <area shape="rect" id="node11" href="$a02557.html" title="OpenMesh::HPropHandleT\l\&lt; StatusInfo …
/dports/math/openmesh/OpenMesh-8.1/src/OpenMesh/Tools/SmartTagger/
H A DSmartTaggerT.hh226 … : public SmartTaggerT< Mesh, typename Mesh::HalfedgeHandle, OpenMesh::HPropHandleT<unsigned int> >
229 …typedef SmartTaggerT< Mesh, typename Mesh::HalfedgeHandle, OpenMesh::HPropHandleT<unsigned int> > …
/dports/math/openmesh/OpenMesh-8.1/src/OpenMesh/Core/Utils/
H A DProperty.hh499 struct HPropHandleT : public BasePropHandleT<T> struct
505 explicit HPropHandleT(int _idx=-1) : BasePropHandleT<T>(_idx) {} in HPropHandleT() function
506 explicit HPropHandleT(const BasePropHandleT<T>& _b) : BasePropHandleT<T>(_b) {} in HPropHandleT() function
566 using type = HPropHandleT<T>;
H A DHandleToPropHandle.hh20 using type = OpenMesh::HPropHandleT<T>;
/dports/math/openmesh/OpenMesh-8.1/Doc/Concepts/
H A DMeshKernel.hh504 T& property( HPropHandleT<T> _ph, HalfedgeHandle _vh );
506 const T& property( HPropHandleT<T> _ph, HalfedgeHandle _vh ) const;
/dports/math/openmesh/OpenMesh-8.1/src/Unittests/
H A Dfill_props.hh69 fill_props( Mesh& _m, OpenMesh::HPropHandleT<T> _ph, bool _check=false) in fill_props()
/dports/math/openmesh/OpenMesh-8.1/Doc/Tutorial/10-persistence/
H A Dfill_props.hh72 fill_props( Mesh& _m, OpenMesh::HPropHandleT<T> _ph, bool _check=false) in fill_props()
H A Dpersistence.cc241 OpenMesh::HPropHandleT<MyData> hprop_mydata; in main()
/dports/math/openmesh/OpenMesh-8.1/src/OpenMesh/Examples/Tutorial10/
H A Dfill_props.hh70 fill_props( Mesh& _m, OpenMesh::HPropHandleT<T> _ph, bool _check=false) in fill_props()
H A Dpersistence.cc242 OpenMesh::HPropHandleT<MyData> hprop_mydata; in main()
/dports/math/openmesh/OpenMesh-8.1/src/OpenMesh/Tools/Kernel_OSG/
H A DAttribKernelT.hh673 HPropHandleT<StatusInfo> halfedge_status_;
/dports/math/openmesh/OpenMesh-8.1/Doc/
H A Dtutorial_03.docu102 …nd several property handle classes (OpenMesh::VPropHandleT, OpenMesh::HPropHandleT, OpenMesh::EPro…

12