HLIBpro 3.1
|
Coordinate visualisation in VTK format.
#include <TCoordVis.hh>
Public Types | |
enum | coltype_t { NO_COLOUR , VAL_COLOUR , LOG_COLOUR } |
colourisation options for drawing connectivity More... | |
Public Member Functions | |
void | print (const TCoordinate *coord, const std::string &filename) const |
print coord to file filename | |
void | print (const TCoordinate *coord, const std::vector< uint > &label, const std::string &filename) const |
template<typename value_t > | |
void | print (const TCoordinate *coord, const TSparseMatrix< value_t > *S, const std::string &filename, const coltype_t col_type=TVTKCoordVis::NO_COLOUR) const |
void print | ( | const TCoordinate * | coord, |
const std::vector< uint > & | label, | ||
const std::string & | filename | ||
) | const |
print coordinates coord and colour coordinates with same label with same colour; the labels are defined by label and must begin with 0
void print | ( | const TCoordinate * | coord, |
const TSparseMatrix< value_t > * | S, | ||
const std::string & | filename, | ||
const coltype_t | col_type = TVTKCoordVis::NO_COLOUR |
||
) | const |
print coordinates coord and the connections between them as defined by the coefficients of the sparse matrix S