11 #ifndef GENERATOROBJECTSTPCNV_GENVERTEX_P3_H
12 #define GENERATOROBJECTSTPCNV_GENVERTEX_P3_H
39 GenVertex_p3(
const double x,
const double y,
const double z,
const double t,
41 const std::vector<double>::const_iterator weightsBegin,
42 const std::vector<double>::const_iterator weightsEnd,
103 const double z,
const double t,
105 const std::vector<double>::const_iterator weightsBegin,
106 const std::vector<double>::const_iterator weightsEnd,
108 m_x ( static_cast<
float>(
x) ),
109 m_y ( static_cast<
float>(
y) ),
110 m_z ( static_cast<
float>(
z) ),
111 m_t ( static_cast<
float>(
t) ),
115 m_weights ( weightsBegin, weightsEnd ),
119 #endif //> GENERATOROBJECTSTPCNV_GENVERTEX_P3_H