FACT++  1.0
void TPointStar::Init ( const char *  name = 0,
const char *  title = 0 
)
private

Definition at line 10 of file TPointStar.cc.

Referenced by TPointStar().

11 {
12  fName = name ? name : "TPointStar";
13  fTitle = title ? title : "A set of TPoints";
14 }

+ Here is the caller graph for this function: