#include <vclip.h>
Public Types | |
enum | Type { VERTEX, EDGE, FACE } |
Public Member Functions | |
virtual const char * | name () const =0 |
Type | type () const |
Protected Attributes | |
Type | type_ |
enum Vclip::Feature::Type |
virtual const char* Vclip::Feature::name | ( | ) | const [pure virtual] |
Implemented in Vclip::Face, Vclip::Edge, and Vclip::Vertex.
Type Vclip::Feature::type | ( | ) | const [inline] |
Type Vclip::Feature::type_ [protected] |