Public Member Functions | List of all members
TriList Class Reference

#include <IceTriList.h>

Inheritance diagram for TriList:
Inheritance graph
[legend]

Public Member Functions

void AddTri (const Triangle &tri)
 
void AddTri (const Point &p0, const Point &p1, const Point &p2)
 
inline_ udword GetNbTriangles () const
 
inline_ TriangleGetTriangles () const
 
 TriList ()
 
 ~TriList ()
 
- Public Member Functions inherited from Container
inline_ ContainerAdd (udword entry)
 
inline_ ContainerAdd (const udword *entries, udword nb)
 
inline_ ContainerAdd (float entry)
 
inline_ ContainerAdd (const float *entries, udword nb)
 
inline_ ContainerAddUnique (udword entry)
 Add unique [slow]. More...
 
 Container ()
 
 Container (const Container &object)
 
 Container (udword size, float growth_factor)
 
bool Contains (udword entry, udword *location=null) const
 
bool Delete (udword entry)
 
inline_ void DeleteIndex (udword index)
 Deletes the entry whose index is given. More...
 
bool DeleteKeepingOrder (udword entry)
 
inline_ void DeleteLastEntry ()
 Deletes the very last entry. More...
 
ContainerEmpty ()
 
ContainerFindNext (udword &entry, FindMode find_mode=FIND_CLAMP)
 
ContainerFindPrev (udword &entry, FindMode find_mode=FIND_CLAMP)
 
inline_ void ForceSize (udword size)
 
inline_ udwordGetEntries () const
 Returns the list of entries. More...
 
inline_ udword GetEntry (udword i) const
 Returns ith entry. More...
 
inline_ udword GetFirst () const
 
inline_ float GetGrowthFactor () const
 Returns the growth factor. More...
 
inline_ udword GetLast () const
 
inline_ udword GetNbContainers () const
 Operator for "Container A = Container B". More...
 
inline_ udword GetNbEntries () const
 Returns the current number of entries. More...
 
inline_ udword GetTotalBytes () const
 
udword GetUsedRam () const
 
inline_ bool IsFull () const
 Checks the container is full. More...
 
inline_ BOOL IsNotEmpty () const
 Checks the container is empty. More...
 
inline_ udword operator[] (udword i) const
 Read-access as an array. More...
 
inline_ udwordoperator[] (udword i)
 Write-access as an array. More...
 
bool Refit ()
 
inline_ void Reset ()
 
inline_ void SetGrowthFactor (float growth)
 Sets the growth factor. More...
 
bool SetSize (udword nb)
 
 ~Container ()
 

Detailed Description

Definition at line 15 of file IceTriList.h.

Constructor & Destructor Documentation

TriList::TriList ( )
inline

Definition at line 19 of file IceTriList.h.

TriList::~TriList ( )
inline

Definition at line 20 of file IceTriList.h.

Member Function Documentation

void TriList::AddTri ( const Triangle tri)
inline

Definition at line 25 of file IceTriList.h.

void TriList::AddTri ( const Point p0,
const Point p1,
const Point p2 
)
inline

Definition at line 32 of file IceTriList.h.

inline_ udword TriList::GetNbTriangles ( ) const
inline

Definition at line 22 of file IceTriList.h.

inline_ Triangle* TriList::GetTriangles ( ) const
inline

Definition at line 23 of file IceTriList.h.


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


openhrp3
Author(s): AIST, General Robotix Inc., Nakamura Lab of Dept. of Mechano Informatics at University of Tokyo
autogenerated on Sat May 8 2021 02:42:43