LiTe
 All Classes Files Functions Variables Typedefs Enumerations Enumerator Friends Groups Pages
Public Member Functions | Public Attributes | List of all members
CatItems< T > Struct Template Reference

Storage structure for categorized items. More...

#include <ttessel.h>

Public Member Functions

const CatItems< T > & operator+= (const CatItems< T > &)
 Increment operator for CatItems objects.
 
const CatItems< T > & operator-= (const CatItems< T > &)
 Decrement operator for CatItems objects.
 
bool IsEmpty ()
 Test whether a CatItems object is empty.
 

Public Attributes

std::vector< T > vertices
 a vector of T objects
 
std::vector< T > edges
 a vector of T objects
 
std::vector< T > faces
 a vector of T objects
 
std::vector< T > segs
 a vector of T objects
 

Detailed Description

template<typename T>
struct CatItems< T >

Storage structure for categorized items.

Item categories: vertices, edges, faces and segs.


The documentation for this struct was generated from the following files: