Definition at line 19 of file TGeoTessellated.h.
|
| TGeoFacet () |
|
| TGeoFacet (const TGeoFacet &other) |
|
| TGeoFacet (const Vertex_t &pt0, const Vertex_t &pt1, const Vertex_t &pt2) |
|
| TGeoFacet (const Vertex_t &pt0, const Vertex_t &pt1, const Vertex_t &pt2, const Vertex_t &pt3) |
|
| TGeoFacet (VertexVec_t *vertices, int nvert, int i0=-1, int i1=-1, int i2=-1, int i3=-1) |
|
| ~TGeoFacet () |
|
bool | Check () const |
|
Vertex_t | ComputeNormal (bool °enerated) const |
|
void | Flip () |
|
int | GetNvert () const |
|
Vertex_t & | GetVertex (int ivert) |
|
const Vertex_t & | GetVertex (int ivert) const |
|
int | GetVertexIndex (int ivert) const |
|
bool | IsNeighbour (const TGeoFacet &other, bool &flip) const |
| Check if a connected neighbour facet has compatible normal.
|
|
const TGeoFacet & | operator= (const TGeoFacet &other) |
|
void | SetVertices (VertexVec_t *vertices, int nvert=0, int i0=-1, int i1=-1, int i2=-1, int i3=-1) |
|
#include <TGeoTessellated.h>
◆ Vertex_t
◆ VertexVec_t
◆ TGeoFacet() [1/5]
◆ TGeoFacet() [2/5]
TGeoFacet::TGeoFacet |
( |
const TGeoFacet & |
other | ) |
|
◆ ~TGeoFacet()
TGeoFacet::~TGeoFacet |
( |
| ) |
|
|
inline |
◆ TGeoFacet() [3/5]
◆ TGeoFacet() [4/5]
◆ TGeoFacet() [5/5]
◆ Check()
bool TGeoFacet::Check |
( |
| ) |
const |
◆ CompactFacet()
◆ ComputeNormal()
Vertex_t TGeoFacet::ComputeNormal |
( |
bool & |
degenerated | ) |
const |
◆ Flip()
◆ GetNvert()
int TGeoFacet::GetNvert |
( |
| ) |
const |
|
inline |
◆ GetVertex() [1/2]
◆ GetVertex() [2/2]
const Vertex_t & TGeoFacet::GetVertex |
( |
int |
ivert | ) |
const |
|
inline |
◆ GetVertexIndex()
int TGeoFacet::GetVertexIndex |
( |
int |
ivert | ) |
const |
|
inline |
◆ IsNeighbour()
Check if a connected neighbour facet has compatible normal.
Definition at line 157 of file TGeoTessellated.cxx.
◆ operator=()
◆ SetVertices()
◆ fIvert
int TGeoFacet::fIvert[4] = {0, 0, 0, 0} |
|
private |
◆ fNvert
int TGeoFacet::fNvert = 0 |
|
private |
◆ fShared
bool TGeoFacet::fShared = false |
|
private |
◆ fVertices
The documentation for this class was generated from the following files: