a48  2.0.2
a48::DefaultAdaptiveTraits Class Reference

Default types for adaptive-mesh definitions. More...

#include <adaptivemesht.hh>

List of all members.

Public Types

typedef AdaptiveVertexT
< DefaultAdaptiveTraits
vertex_type
 adaptive vertex definition
typedef AdaptiveHalfedgeT
< DefaultAdaptiveTraits
halfedge_type
 adaptive halfedge definition
typedef AdaptiveFaceT
< DefaultAdaptiveTraits
face_type
 adaptive face definition

Detailed Description

Default types for adaptive-mesh definitions.

This class uses adaptive types with void traits (zero properties), define your own traits based on your derived classes such as the example given below. Note that the traits class can not be itself derived since it has a cyclic definition.

Definition at line 29 of file adaptivemesht.hh.


Member Typedef Documentation

adaptive vertex definition

Definition at line 31 of file adaptivemesht.hh.

adaptive halfedge definition

Definition at line 32 of file adaptivemesht.hh.

adaptive face definition

Definition at line 33 of file adaptivemesht.hh.


The documentation for this class was generated from the following file:
 All Classes Namespaces Files Functions Typedefs