EIC Software
Reference for
EIC
simulation and reconstruction software on GitHub
|
A collection of facets which compose a distinct solid object in the input STL file. More...
#include <EicRoot/blob/master/eic/cad/EicStlFacetAssembly.h>
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 |
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
|
inline |
Main constructor
Definition at line 17 of file EicStlFacetAssembly.h.
View newest version in sPHENIX GitHub at line 17 of file EicStlFacetAssembly.h
|
inline |
Destructor
Definition at line 20 of file EicStlFacetAssembly.h.
View newest version in sPHENIX GitHub at line 20 of file EicStlFacetAssembly.h
|
inline |
Definition at line 22 of file EicStlFacetAssembly.h.
View newest version in sPHENIX GitHub at line 22 of file EicStlFacetAssembly.h
References mFacets.
|
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().
|
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().