Rocstar  1.0
Rocstar multiphysics simulation application
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Groups Pages
RFC_Window_overlay::Feature_1 Struct Reference

#include <RFC_Window_overlay.h>

Inheritance diagram for RFC_Window_overlay::Feature_1:
Collaboration diagram for RFC_Window_overlay::Feature_1:

Public Types

typedef std::list< Halfedge * > Base
 

Public Member Functions

 Feature_1 ()
 
template<class Iter >
 Feature_1 (Iter it1, Iter it2)
 

Public Attributes

Bbox_3 bbox
 
- Public Attributes inherited from list< T >
elements
 STL member. More...
 

Detailed Description

Definition at line 387 of file RFC_Window_overlay.h.

Member Typedef Documentation

typedef std::list<Halfedge*> Base

Definition at line 388 of file RFC_Window_overlay.h.

Constructor & Destructor Documentation

Feature_1 ( )
inline

Definition at line 389 of file RFC_Window_overlay.h.

389 {}
Feature_1 ( Iter  it1,
Iter  it2 
)
inline

Definition at line 391 of file RFC_Window_overlay.h.

391 : Base(it1, it2) {}
std::list< Halfedge * > Base

Member Data Documentation

Bbox_3 bbox

Definition at line 392 of file RFC_Window_overlay.h.


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