EIC Software
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Groups Pages
EicStlAssembly Class Reference

A collection of facets which compose a distinct solid object in the input STL file. More...

#include <EicRoot/blob/master/eic/cad/EicStlFacetAssembly.h>

+ Collaboration diagram for EicStlAssembly:

Public Member Functions

 EicStlAssembly ()
 
 ~EicStlAssembly ()
 
void AddFacet (EicStlFacet *facet, bool flip)
 
const std::vector< std::pair
< EicStlFacet *, bool > > & 
facets (void) const
 

Private Attributes

std::vector< std::pair
< EicStlFacet *, bool > > 
mFacets
 

Detailed Description

A collection of facets which compose a distinct solid object in the input STL file.

Definition at line 13 of file EicStlFacetAssembly.h.

View newest version in sPHENIX GitHub at line 13 of file EicStlFacetAssembly.h

Constructor & Destructor Documentation

EicStlAssembly::EicStlAssembly ( )
inline

Main constructor

Definition at line 17 of file EicStlFacetAssembly.h.

View newest version in sPHENIX GitHub at line 17 of file EicStlFacetAssembly.h

EicStlAssembly::~EicStlAssembly ( )
inline

Destructor

Definition at line 20 of file EicStlFacetAssembly.h.

View newest version in sPHENIX GitHub at line 20 of file EicStlFacetAssembly.h

Member Function Documentation

void EicStlAssembly::AddFacet ( EicStlFacet facet,
bool  flip 
)
inline

Definition at line 22 of file EicStlFacetAssembly.h.

View newest version in sPHENIX GitHub at line 22 of file EicStlFacetAssembly.h

References mFacets.

const std::vector<std::pair<EicStlFacet*, bool> >& EicStlAssembly::facets ( void  ) const
inline

Definition at line 25 of file EicStlFacetAssembly.h.

View newest version in sPHENIX GitHub at line 25 of file EicStlFacetAssembly.h

Referenced by EicStlFactory::DumpTmpStlFile(), and EicStlMediaGroup::SplitIntoAssemblies().

+ Here is the caller graph for this function:

Member Data Documentation

std::vector<std::pair<EicStlFacet*, bool> > EicStlAssembly::mFacets
private

Facet pointers; vector arrangement suffices here

Definition at line 25 of file EicStlFacetAssembly.h.

View newest version in sPHENIX GitHub at line 25 of file EicStlFacetAssembly.h

Referenced by AddFacet().


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