Classes | |
class | vcg::Bmt |
class | vcg::BmtBuilder |
Functions | |
unsigned int | vcg::BmtBuilder::AddCell (Bmt::Cell cell, unsigned int size, char *data) |
void | vcg::BmtBuilder::AddUpdate (std::vector< unsigned int > &created, std::vector< unsigned int > &erased) |
vcg::Bmt::Bmt () | |
bool | vcg::BmtBuilder::Create (unsigned int signature) |
float | vcg::Distance (Bmt::Cell &cell, Point3f &p) |
float | vcg::Bmt::Cell::Error () |
char * | vcg::Bmt::GetData (unsigned int &size, unsigned int offset) |
bool | vcg::Bmt::Load (const std::string &filename) |
bool | vcg::BmtBuilder::Save (const std::string &filename) |
vcg::Bmt::~Bmt () | |
vcg::BmtBuilder::~BmtBuilder () | |
Variables | |
std::vector< std::vector < unsigned int > > | vcg::BmtBuilder::creation |
std::vector< std::vector < unsigned int > > | vcg::BmtBuilder::deletion |
float | vcg::Bmt::Cell::error |
FILE * | vcg::BmtBuilder::fout |
FILE * | vcg::Bmt::fp |
FILE * | vcg::BmtBuilder::ftmp |
std::vector< MT< Bmt::Cell > ::Update > | vcg::Bmt::history |
unsigned int | vcg::Bmt::history_offset |
unsigned int | vcg::Bmt::history_size |
std::vector< Bmt::Cell > | vcg::BmtBuilder::index |
std::vector< Cell > | vcg::Bmt::index |
unsigned int | vcg::Bmt::index_offset |
unsigned int | vcg::Bmt::index_size |
unsigned int | vcg::BmtBuilder::signature |
tells what is inside each cell. | |
unsigned int | vcg::Bmt::signature |
tells what is inside each cell. | |
Sphere3f | vcg::BmtBuilder::sphere |
Bounding sphere. | |
Sphere3f | vcg::Bmt::sphere |
Bounding sphere. | |
Sphere3f | vcg::Bmt::Cell::sphere |
unsigned int BmtBuilder::AddCell | ( | Bmt::Cell | cell, | |
unsigned int | size, | |||
char * | data | |||
) | [inherited] |
void BmtBuilder::AddUpdate | ( | std::vector< unsigned int > & | created, | |
std::vector< unsigned int > & | erased | |||
) | [inherited] |
bool BmtBuilder::Create | ( | unsigned int | signature | ) | [inherited] |
float vcg::Distance | ( | Bmt::Cell & | cell, | |
Point3f & | p | |||
) |
char * Bmt::GetData | ( | unsigned int & | size, | |
unsigned int | offset | |||
) | [inherited] |
bool BmtBuilder::Save | ( | const std::string & | filename | ) | [inherited] |
std::vector<std::vector<unsigned int > > vcg::BmtBuilder::creation [inherited] |
std::vector<std::vector<unsigned int > > vcg::BmtBuilder::deletion [inherited] |
float vcg::Bmt::Cell::error [inherited] |
FILE* vcg::BmtBuilder::fout [private, inherited] |
FILE* vcg::Bmt::fp [private, inherited] |
FILE* vcg::BmtBuilder::ftmp [private, inherited] |
std::vector< MT<Bmt::Cell>::Update > vcg::Bmt::history [inherited] |
unsigned int vcg::Bmt::history_offset [private, inherited] |
unsigned int vcg::Bmt::history_size [private, inherited] |
std::vector<Bmt::Cell> vcg::BmtBuilder::index [inherited] |
std::vector<Cell> vcg::Bmt::index [inherited] |
unsigned int vcg::Bmt::index_offset [private, inherited] |
unsigned int vcg::Bmt::index_size [private, inherited] |
unsigned int vcg::BmtBuilder::signature [inherited] |
unsigned int vcg::Bmt::signature [inherited] |
Sphere3f vcg::BmtBuilder::sphere [inherited] |
Sphere3f vcg::Bmt::sphere [inherited] |
Sphere3f vcg::Bmt::Cell::sphere [inherited] |