Blender V4.3
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 153 of file GeomCleaner.h.

Constructor & Destructor Documentation

◆ IndexedVertex() [1/2]

Freestyle::IndexedVertex::IndexedVertex ( )
inline

Definition at line 159 of file GeomCleaner.h.

◆ IndexedVertex() [2/2]

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

Definition at line 161 of file GeomCleaner.h.

Member Function Documentation

◆ index()

uint Freestyle::IndexedVertex::index ( )
inline

Definition at line 173 of file GeomCleaner.h.

◆ operator<()

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

Definition at line 218 of file GeomCleaner.h.

References v.

◆ operator=()

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

operators

Definition at line 205 of file GeomCleaner.h.

◆ operator==()

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

Definition at line 223 of file GeomCleaner.h.

References v.

◆ operator[]()

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

Definition at line 212 of file GeomCleaner.h.

◆ setIndex()

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

Definition at line 199 of file GeomCleaner.h.

◆ setVector()

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

modifiers

Definition at line 194 of file GeomCleaner.h.

◆ vector()

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

accessors

Definition at line 168 of file GeomCleaner.h.

◆ x()

float Freestyle::IndexedVertex::x ( )
inline

Definition at line 178 of file GeomCleaner.h.

◆ y()

float Freestyle::IndexedVertex::y ( )
inline

Definition at line 183 of file GeomCleaner.h.

◆ z()

float Freestyle::IndexedVertex::z ( )
inline

Definition at line 188 of file GeomCleaner.h.


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