61 void set(
float fIntensity);
69 bool read(std::istream& infile)
override;
70 bool readNode(std::istream& infile)
override;
71 bool readEdge(std::istream& infile)
override;
73 bool write(std::ostream& outfile)
override;
74 bool writeNode(std::ostream& outfile,
int n)
override;
75 bool writeEdge(std::ostream& outfile,
int e)
override;
bool readNode(std::istream &infile) override
bool read(std::istream &infile) override
CIntensityGraph(const CIntensityGraph &prototype)
~CIntensityGraph() override
bool write(std::ostream &outfile) override
void set(float fIntensity)
CIntensityGraph & operator=(CIntensityGraph const &rhs)
CIntensityNode * getNewNode() override
void graphToVec(std::vector< float > &vec)
bool writeNode(std::ostream &outfile, int n) override
bool readEdge(std::istream &infile) override
bool writeEdge(std::ostream &outfile, int e) override
CSGNode * clone() override
void setIntensity(float fIntensity)
~CIntensityNode() override
void setIndex(int nIndex)