Rocstar  1.0
Rocstar multiphysics simulation application
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Groups Pages
Facet_overlay Class Reference

#include <HDS_overlay.h>

Collaboration diagram for Facet_overlay:

Public Types

typedef Facet_overlay This
 
typedef Tag_false Supports_facet_plane
 
typedef Tag_false Supports_facet_normal
 
typedef Tag_true Supports_facet_halfedge
 
typedef void * Plane
 
typedef void * Normal
 

Public Member Functions

 Facet_overlay ()
 
 ~Facet_overlay ()
 
Halfedge_overlayhalfedge ()
 
const Halfedge_overlayhalfedge () const
 
void set_halfedge (Halfedge_overlay *h)
 

Protected Attributes

Halfedge_overlayhdg
 

Detailed Description

Definition at line 145 of file HDS_overlay.h.

Member Typedef Documentation

typedef void* Normal

Definition at line 154 of file HDS_overlay.h.

typedef void* Plane

Definition at line 153 of file HDS_overlay.h.

Definition at line 152 of file HDS_overlay.h.

Definition at line 151 of file HDS_overlay.h.

Definition at line 150 of file HDS_overlay.h.

Definition at line 149 of file HDS_overlay.h.

Constructor & Destructor Documentation

Facet_overlay ( )
inline

Definition at line 156 of file HDS_overlay.h.

156 : hdg(0) {}
Halfedge_overlay * hdg
Definition: HDS_overlay.h:147
~Facet_overlay ( )
inline

Definition at line 157 of file HDS_overlay.h.

References hdg, and RFC_assertion_code.

157 { RFC_assertion_code(hdg=NULL); }
Halfedge_overlay * hdg
Definition: HDS_overlay.h:147
#define RFC_assertion_code
Definition: rfc_basic.h:68

Member Function Documentation

Halfedge_overlay* halfedge ( )
inline

Definition at line 163 of file HDS_overlay.h.

References hdg.

Referenced by RFC_Pane_overlay::build_hds(), and HDS_accessor< Tag_true >::get_halfedge().

163 { return hdg;}
Halfedge_overlay * hdg
Definition: HDS_overlay.h:147

Here is the caller graph for this function:

const Halfedge_overlay* halfedge ( ) const
inline

Definition at line 164 of file HDS_overlay.h.

References hdg.

164 { return hdg;}
Halfedge_overlay * hdg
Definition: HDS_overlay.h:147
void set_halfedge ( Halfedge_overlay h)
inline

Definition at line 165 of file HDS_overlay.h.

References hdg.

165 { hdg = h;}
Halfedge_overlay * hdg
Definition: HDS_overlay.h:147

Member Data Documentation

Halfedge_overlay* hdg
protected

Definition at line 147 of file HDS_overlay.h.

Referenced by halfedge(), set_halfedge(), and ~Facet_overlay().


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