| 
    JunkBox_Lib++ (for Windows) 1.10.1
    
   | 
 
#include <Brep.h>

Public Member Functions | |
| BREP_SHELL (BREP_SOLID *pr_solid) | |
| virtual | ~BREP_SHELL () | 
| void | CloseData () | 
| void | ConnectFacet (BREP_FACET *facet) | 
| void | DisconnectFacet (BREP_FACET *facet) | 
Public Attributes | |
| BREP_SOLID * | solid | 
| BREP_FACET_LIST | facets | 
| RBound< double > | rbound | 
| BREP_SHELL | ( | BREP_SOLID * | pr_solid | ) | 
Definition at line 137 of file Brep.cpp.
References BREP_SOLID::ConnectShell(), BREP_SHELL::rbound, RBound< T >::set(), and BREP_SHELL::solid.

      
  | 
  virtual | 
Definition at line 146 of file Brep.cpp.
References BREP_SOLID::counter, BREP_SOLID::DisconnectShell(), BREP_SHELL::facets, CVCounter::GetUsableCounter(), Max, CVCounter::SetMax(), BREP_FACET::shell, BREP_SHELL::solid, and CVCounter::StepIt().

| void CloseData | ( | ) | 
Definition at line 176 of file Brep.cpp.
References BREP_SHELL::facets, RBound< T >::fusion(), and BREP_SHELL::rbound.

| void ConnectFacet | ( | BREP_FACET * | facet | ) | 
Definition at line 185 of file Brep.cpp.
References BREP_SHELL::facets, and BREP_FACET::shell.
Referenced by BREP_FACET::BREP_FACET().

| void DisconnectFacet | ( | BREP_FACET * | facet | ) | 
Definition at line 195 of file Brep.cpp.
References BREP_SHELL::facets, and BREP_FACET::shell.
Referenced by BREP_FACET::~BREP_FACET().

| BREP_FACET_LIST facets | 
Definition at line 117 of file Brep.h.
Referenced by BREP_SHELL::CloseData(), BREP_SHELL::ConnectFacet(), BREP_SHELL::DisconnectFacet(), jbxl::FastDeleteFacet(), and BREP_SHELL::~BREP_SHELL().
| RBound<double> rbound | 
Definition at line 118 of file Brep.h.
Referenced by BREP_SHELL::BREP_SHELL(), and BREP_SHELL::CloseData().
| BREP_SOLID* solid | 
Definition at line 116 of file Brep.h.
Referenced by BREP_SHELL::BREP_SHELL(), BREP_SOLID::ConnectShell(), jbxl::CreateContourByVector(), BREP_SOLID::DisconnectShell(), jbxl::PatchupContour(), and BREP_SHELL::~BREP_SHELL().