Public Member Functions | Protected Attributes
imesh_tri Class Reference

A triangle face. More...

#include <imesh_face.h>

Inheritance diagram for imesh_tri:
Inheritance graph
[legend]

List of all members.

Public Member Functions

 imesh_tri (unsigned int a, unsigned int b, unsigned int c)
unsigned int num_verts () const
 return the number of vertices.
void flip_orientation ()
unsigned int operator[] (unsigned int i) const
 Accessor.
unsigned int & operator[] (unsigned int i)

Protected Attributes

unsigned int verts_ [s]

Detailed Description

A triangle face.

Definition at line 56 of file imesh_face.h.


Constructor & Destructor Documentation

imesh_tri::imesh_tri ( unsigned int  a,
unsigned int  b,
unsigned int  c 
) [inline]

Definition at line 59 of file imesh_face.h.


Member Function Documentation

void imesh_regular_face< s >::flip_orientation ( ) [inline, inherited]

Definition at line 42 of file imesh_face.h.

unsigned int imesh_regular_face< s >::num_verts ( ) const [inline, inherited]

return the number of vertices.

Definition at line 40 of file imesh_face.h.

unsigned int imesh_regular_face< s >::operator[] ( unsigned int  i) const [inline, inherited]

Accessor.

Definition at line 48 of file imesh_face.h.

unsigned int& imesh_regular_face< s >::operator[] ( unsigned int  i) [inline, inherited]

Definition at line 49 of file imesh_face.h.


Member Data Documentation

unsigned int imesh_regular_face< s >::verts_[s] [protected, inherited]

Definition at line 51 of file imesh_face.h.


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