#include <builderVertexTempl.h>
Inheritance diagram for BuilderVertexTempl< VT, NT, TT, CT >:

Public Types | |
| typedef VT | VType |
| typedef NT | NType |
| typedef TT | TType |
| typedef CT | CType |
Public Member Functions | |
| INLINE | BuilderVertexTempl () |
| INLINE | BuilderVertexTempl (const VType &c) |
| INLINE | BuilderVertexTempl (const BuilderVertexTempl ©) |
| INLINE BuilderVertexTempl & | operator= (const BuilderVertexTempl ©) |
| INLINE bool | is_valid () const |
| INLINE BuilderVertexTempl & | clear () |
| INLINE bool | has_coord () const |
| INLINE VType | get_coord () const |
| INLINE BuilderVertexTempl & | set_coord (const VType &c) |
| INLINE BuilderVertexTempl & | set_normal (const NType &c) |
| INLINE BuilderVertexTempl & | clear_normal () |
| INLINE bool | has_texcoord () const |
| INLINE TType | get_texcoord () const |
| INLINE BuilderVertexTempl & | set_texcoord (const TType &t) |
| INLINE BuilderVertexTempl & | clear_texcoord () |
| INLINE BuilderVertexTempl & | set_color (const CType &c) |
| INLINE BuilderVertexTempl & | clear_color () |
| INLINE BuilderVertexTempl & | set_pixel_size (float s) |
| INLINE BuilderVertexTempl & | clear_pixel_size () |
| INLINE bool | operator== (const BuilderVertexTempl &other) const |
| INLINE bool | operator!= (const BuilderVertexTempl &other) const |
| INLINE bool | operator< (const BuilderVertexTempl &other) const |
| int | compare_to (const BuilderVertexTempl &other) const |
| ostream & | output (ostream &out) const |
Protected Attributes | |
| VType | _coord |
| TType | _texcoord |
|
|||||
|
Reimplemented from BuilderAttribTempl< VT, NT, TT, CT >. Definition at line 44 of file builderVertexTempl.h. |
|
|||||
|
Reimplemented from BuilderAttribTempl< VT, NT, TT, CT >. Definition at line 42 of file builderVertexTempl.h. |
|
|||||
|
Reimplemented from BuilderAttribTempl< VT, NT, TT, CT >. Definition at line 43 of file builderVertexTempl.h. |
|
|||||
|
Reimplemented from BuilderAttribTempl< VT, NT, TT, CT >. Definition at line 41 of file builderVertexTempl.h. |
|
|||||||||
|
|
|
||||||||||
|
|
|
||||||||||
|
|
|
|||||||||
|
Reimplemented from BuilderAttribTempl< VT, NT, TT, CT >. |
|
|||||||||
|
Reimplemented from BuilderAttribTempl< VT, NT, TT, CT >. |
|
|||||||||
|
Reimplemented from BuilderAttribTempl< VT, NT, TT, CT >. |
|
|||||||||
|
Reimplemented from BuilderAttribTempl< VT, NT, TT, CT >. |
|
|||||||||
|
|
|
||||||||||
|
|
|
|||||||||
|
|
|
|||||||||
|
|
|
|||||||||
|
|
|
|||||||||
|
|
|
|||||||||
|
|
|
||||||||||
|
|
|
||||||||||
|
|
|
||||||||||
|
|
|
||||||||||
|
|
|
||||||||||
|
Reimplemented from BuilderAttribTempl< VT, NT, TT, CT >. Referenced by operator<<(). |
|
||||||||||
|
Reimplemented from BuilderAttribTempl< VT, NT, TT, CT >. |
|
||||||||||
|
|
|
||||||||||
|
Reimplemented from BuilderAttribTempl< VT, NT, TT, CT >. |
|
||||||||||
|
Reimplemented from BuilderAttribTempl< VT, NT, TT, CT >. |
|
||||||||||
|
|
|
|||||
|
Definition at line 80 of file builderVertexTempl.h. |
|
|||||
|
Definition at line 81 of file builderVertexTempl.h. |
1.3