#include <component_occ.h>
Public Types | |
typedef T::CoordType | CoordType |
typedef T::FaceType | FaceType |
typedef T::VertexType | VertexType |
Public Member Functions | |
const T::CoordType & | cP (const int j) const |
const CoordType & | cP0 (const int j) const |
const CoordType & | cP1 (const int j) const |
const CoordType & | cP2 (const int j) const |
T::VertexType *const | cV (const int j) const |
const VertexType *const & | cV0 (const int j) const |
const VertexType *const & | cV1 (const int j) const |
const VertexType *const & | cV2 (const int j) const |
const T::CoordType & | P (const int j) const |
T::CoordType & | P (const int j) |
const CoordType & | P0 (const int j) const |
CoordType & | P0 (const int j) |
Shortcut per accedere ai punti delle facce. | |
const CoordType & | P1 (const int j) const |
CoordType & | P1 (const int j) |
const CoordType & | P2 (const int j) const |
CoordType & | P2 (const int j) |
T::VertexType *const & | V (const int j) const |
T::VertexType *& | V (const int j) |
const VertexType *const & | V0 (const int j) const |
VertexType *& | V0 (const int j) |
const VertexType *const & | V1 (const int j) const |
VertexType *& | V1 (const int j) |
const VertexType *const & | V2 (const int j) const |
VertexType *& | V2 (const int j) |
Static Public Member Functions | |
static bool | HasVertexRef () |
Definition at line 203 of file face/component_occ.h.
typedef T::CoordType vcg::face::VertexRefOcc< T >::CoordType |
Definition at line 208 of file face/component_occ.h.
typedef T::FaceType vcg::face::VertexRefOcc< T >::FaceType |
Definition at line 207 of file face/component_occ.h.
typedef T::VertexType vcg::face::VertexRefOcc< T >::VertexType |
Definition at line 206 of file face/component_occ.h.
const T::CoordType& vcg::face::VertexRefOcc< T >::cP | ( | const int | j | ) | const [inline] |
Definition at line 222 of file face/component_occ.h.
const CoordType& vcg::face::VertexRefOcc< T >::cP0 | ( | const int | j | ) | const [inline] |
Definition at line 244 of file face/component_occ.h.
const CoordType& vcg::face::VertexRefOcc< T >::cP1 | ( | const int | j | ) | const [inline] |
Definition at line 245 of file face/component_occ.h.
const CoordType& vcg::face::VertexRefOcc< T >::cP2 | ( | const int | j | ) | const [inline] |
Definition at line 246 of file face/component_occ.h.
T::VertexType* const vcg::face::VertexRefOcc< T >::cV | ( | const int | j | ) | const [inline] |
Definition at line 216 of file face/component_occ.h.
const VertexType* const& vcg::face::VertexRefOcc< T >::cV0 | ( | const int | j | ) | const [inline] |
Definition at line 233 of file face/component_occ.h.
const VertexType* const& vcg::face::VertexRefOcc< T >::cV1 | ( | const int | j | ) | const [inline] |
Definition at line 234 of file face/component_occ.h.
const VertexType* const& vcg::face::VertexRefOcc< T >::cV2 | ( | const int | j | ) | const [inline] |
Definition at line 235 of file face/component_occ.h.
static bool vcg::face::VertexRefOcc< T >::HasVertexRef | ( | ) | [inline, static] |
Definition at line 250 of file face/component_occ.h.
const T::CoordType& vcg::face::VertexRefOcc< T >::P | ( | const int | j | ) | const [inline] |
Definition at line 221 of file face/component_occ.h.
T::CoordType& vcg::face::VertexRefOcc< T >::P | ( | const int | j | ) | [inline] |
Definition at line 220 of file face/component_occ.h.
const CoordType& vcg::face::VertexRefOcc< T >::P0 | ( | const int | j | ) | const [inline] |
Definition at line 241 of file face/component_occ.h.
CoordType& vcg::face::VertexRefOcc< T >::P0 | ( | const int | j | ) | [inline] |
Shortcut per accedere ai punti delle facce.
Definition at line 238 of file face/component_occ.h.
const CoordType& vcg::face::VertexRefOcc< T >::P1 | ( | const int | j | ) | const [inline] |
Definition at line 242 of file face/component_occ.h.
CoordType& vcg::face::VertexRefOcc< T >::P1 | ( | const int | j | ) | [inline] |
Definition at line 239 of file face/component_occ.h.
const CoordType& vcg::face::VertexRefOcc< T >::P2 | ( | const int | j | ) | const [inline] |
Definition at line 243 of file face/component_occ.h.
CoordType& vcg::face::VertexRefOcc< T >::P2 | ( | const int | j | ) | [inline] |
Definition at line 240 of file face/component_occ.h.
T::VertexType* const& vcg::face::VertexRefOcc< T >::V | ( | const int | j | ) | const [inline] |
Definition at line 213 of file face/component_occ.h.
T::VertexType* & vcg::face::VertexRefOcc< T >::V | ( | const int | j | ) | [inline] |
Definition at line 210 of file face/component_occ.h.
const VertexType* const& vcg::face::VertexRefOcc< T >::V0 | ( | const int | j | ) | const [inline] |
Definition at line 230 of file face/component_occ.h.
VertexType* & vcg::face::VertexRefOcc< T >::V0 | ( | const int | j | ) | [inline] |
Return the pointer to the ((j+1)3)-th vertex of the face.
j | Index of the face vertex. |
Definition at line 227 of file face/component_occ.h.
const VertexType* const& vcg::face::VertexRefOcc< T >::V1 | ( | const int | j | ) | const [inline] |
Definition at line 231 of file face/component_occ.h.
VertexType* & vcg::face::VertexRefOcc< T >::V1 | ( | const int | j | ) | [inline] |
Definition at line 228 of file face/component_occ.h.
const VertexType* const& vcg::face::VertexRefOcc< T >::V2 | ( | const int | j | ) | const [inline] |
Definition at line 232 of file face/component_occ.h.
VertexType* & vcg::face::VertexRefOcc< T >::V2 | ( | const int | j | ) | [inline] |
Definition at line 229 of file face/component_occ.h.