Public Member Functions | Protected Attributes
imesh_quad Class Reference

A quadrilateral face. More...

#include <imesh_face.h>

Inheritance diagram for imesh_quad:
Inheritance graph
[legend]

List of all members.

Public Member Functions

 imesh_quad (unsigned int a, unsigned int b, unsigned int c, unsigned int d)
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 quadrilateral face.

Definition at line 68 of file imesh_face.h.


Constructor & Destructor Documentation

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

Definition at line 71 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: