Blender V5.0
Freestyle::IndexedVertex Class Reference

#include <GeomCleaner.h>

Public Member Functions

 IndexedVertex ()
 IndexedVertex (Vec3f iVector, uint iIndex)
const Vec3fvector () const
uint index ()
float x ()
float y ()
float z ()
void setVector (const Vec3f &iVector)
void setIndex (uint iIndex)
IndexedVertexoperator= (const IndexedVertex &iv)
float operator[] (const uint i)
bool operator< (const IndexedVertex &v) const
bool operator== (const IndexedVertex &v)

Detailed Description

Binary operators Class Indexed Vertex. Used to represent an indexed vertex by storing the vertex coordinates as well as its index

Definition at line 149 of file GeomCleaner.h.

Constructor & Destructor Documentation

◆ IndexedVertex() [1/2]

Freestyle::IndexedVertex::IndexedVertex ( )
inline

Definition at line 155 of file GeomCleaner.h.

Referenced by operator<(), operator=(), and operator==().

◆ IndexedVertex() [2/2]

Freestyle::IndexedVertex::IndexedVertex ( Vec3f iVector,
uint iIndex )
inline

Definition at line 157 of file GeomCleaner.h.

Member Function Documentation

◆ index()

uint Freestyle::IndexedVertex::index ( )
inline

Definition at line 169 of file GeomCleaner.h.

◆ operator<()

bool Freestyle::IndexedVertex::operator< ( const IndexedVertex & v) const
inline

Definition at line 214 of file GeomCleaner.h.

References IndexedVertex(), and v.

◆ operator=()

IndexedVertex & Freestyle::IndexedVertex::operator= ( const IndexedVertex & iv)
inline

operators

Definition at line 201 of file GeomCleaner.h.

References IndexedVertex().

◆ operator==()

bool Freestyle::IndexedVertex::operator== ( const IndexedVertex & v)
inline

Definition at line 219 of file GeomCleaner.h.

References IndexedVertex(), and v.

◆ operator[]()

float Freestyle::IndexedVertex::operator[] ( const uint i)
inline

Definition at line 208 of file GeomCleaner.h.

References i.

◆ setIndex()

void Freestyle::IndexedVertex::setIndex ( uint iIndex)
inline

Definition at line 195 of file GeomCleaner.h.

◆ setVector()

void Freestyle::IndexedVertex::setVector ( const Vec3f & iVector)
inline

modifiers

Definition at line 190 of file GeomCleaner.h.

◆ vector()

const Vec3f & Freestyle::IndexedVertex::vector ( ) const
inline

accessors

Definition at line 164 of file GeomCleaner.h.

◆ x()

float Freestyle::IndexedVertex::x ( )
inline

Definition at line 174 of file GeomCleaner.h.

◆ y()

float Freestyle::IndexedVertex::y ( )
inline

Definition at line 179 of file GeomCleaner.h.

◆ z()

float Freestyle::IndexedVertex::z ( )
inline

Definition at line 184 of file GeomCleaner.h.


The documentation for this class was generated from the following file: