Blender  V2.93
Public Member Functions | List of all members
Freestyle::IndexedVertex Class Reference

#include <GeomCleaner.h>

Public Member Functions

 IndexedVertex ()
 
 IndexedVertex (Vec3f iVector, unsigned iIndex)
 
const Vec3fvector () const
 
unsigned index ()
 
float x ()
 
float y ()
 
float z ()
 
void setVector (const Vec3f &iVector)
 
void setIndex (unsigned iIndex)
 
IndexedVertexoperator= (const IndexedVertex &iv)
 
float operator[] (const unsigned 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 169 of file GeomCleaner.h.

Constructor & Destructor Documentation

◆ IndexedVertex() [1/2]

Freestyle::IndexedVertex::IndexedVertex ( )
inline

Definition at line 175 of file GeomCleaner.h.

◆ IndexedVertex() [2/2]

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

Definition at line 179 of file GeomCleaner.h.

Member Function Documentation

◆ index()

unsigned Freestyle::IndexedVertex::index ( )
inline

Definition at line 191 of file GeomCleaner.h.

◆ operator<()

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

Definition at line 236 of file GeomCleaner.h.

References v.

◆ operator=()

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

operators

Definition at line 223 of file GeomCleaner.h.

◆ operator==()

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

Definition at line 241 of file GeomCleaner.h.

References v.

◆ operator[]()

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

Definition at line 230 of file GeomCleaner.h.

◆ setIndex()

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

Definition at line 217 of file GeomCleaner.h.

◆ setVector()

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

modifiers

Definition at line 212 of file GeomCleaner.h.

◆ vector()

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

accessors

Definition at line 186 of file GeomCleaner.h.

◆ x()

float Freestyle::IndexedVertex::x ( )
inline

Definition at line 196 of file GeomCleaner.h.

◆ y()

float Freestyle::IndexedVertex::y ( )
inline

Definition at line 201 of file GeomCleaner.h.

◆ z()

float Freestyle::IndexedVertex::z ( )
inline

Definition at line 206 of file GeomCleaner.h.


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