◆ createCross()
| SoLineSet * VP1TruthVertexCollection::Imp::createCross |
( |
const double & | x, |
|
|
const double & | y, |
|
|
const double & | z, |
|
|
const double & | extent = 10*Gaudi::Units::mm ) |
Definition at line 215 of file VP1TruthVertexCollection.cxx.
216{
217 SoVertexProperty *
vertices =
new SoVertexProperty();
224 SoLineSet *
line =
new SoLineSet();
225 line->numVertices.set1Value(0,2);
226 line->numVertices.set1Value(1,2);
227 line->numVertices.set1Value(2,2);
230}
QList< VertexHandle * > vertices
◆ controller
◆ key
| QString VP1TruthVertexCollection::Imp::key |
◆ nodeToVertexMap
◆ theclass
◆ vertices
| QList<VertexHandle*> VP1TruthVertexCollection::Imp::vertices |
The documentation for this class was generated from the following file: