Open Inventor Reference
SbVec3fList Class Reference

List of vectors. More...

#include <Inventor/SbPList.h>

Inheritance diagram for SbVec3fList:
SbPList

List of all members.

Public Member Functions

 SbVec3fList ()
 ~SbVec3fList ()
void append (SbVec3f *vec)
 Adds given pointer to end of list.
void insert (SbVec3f *vec, int addBefore)
 Inserts given pointer in list before pointer with given index.
SbVec3foperator[] (int i) const
 Returns pointer with given index.

Detailed Description

Probably mostly used for vertices of polygons

Definition at line 214 of file SbPList.h.


Constructor & Destructor Documentation

SbVec3fList::SbVec3fList ( ) [inline]

Definition at line 217 of file SbPList.h.

SbVec3fList::~SbVec3fList ( )

Member Function Documentation

void SbVec3fList::append ( SbVec3f vec) [inline]

Definition at line 221 of file SbPList.h.

References SbVec3f::getValue().

void SbVec3fList::insert ( SbVec3f vec,
int  addBefore 
) [inline]

Definition at line 225 of file SbPList.h.

References SbVec3f::getValue().

SbVec3f* SbVec3fList::operator[] ( int  i) const [inline]

Reimplemented from SbPList.

Definition at line 229 of file SbPList.h.


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