![]() |
rtVTK
0.6.0
|
Functionality for color/display manipulation. More...
Classes | |
struct | Tuple4 |
4-tuple of integers for use by Mesh. More... | |
class | Mesh |
Storage and manipulation of object data. More... | |
class | RGB |
Storage and manipulation of color values. More... | |
class | Texture |
Information about object color and scaling. More... | |
Typedefs | |
typedef pair< int, int > | intPair2 |
typedef pair< int, intPair2 > | intPair3 |
typedef pair< int, intPair3 > | intPair4 |
Functions | |
void | matchDirectory (string &fname, const string &full) |
bool | operator< (const Tuple4 &t1, const Tuple4 &t2) |
ostream & | operator<< (ostream &out, const Mesh::Vertex &v) |
template<typename T > | |
RGB< T > | operator* (const T &, const RGB< T > &) |
template<typename T > | |
RGB< T > | Exp (const RGB< T > &) |
template<typename T > | |
RGB< T > | Log (const RGB< T > &) |
template<typename T > | |
RGB< T > | Pow (const RGB< T > &, const RGB< T > &) |
template<typename T > | |
RGB< T > | Pow (const RGB< T > &, const T &) |
Functionality for color/display manipulation.
typedef pair<int, int> Core::intPair2 |
typedef pair<int, intPair2> Core::intPair3 |
typedef pair<int, intPair3> Core::intPair4 |
void Core::matchDirectory | ( | string & | fname, |
const string & | full | ||
) | [inline] |
Referenced by Core::Mesh::loadMTL().
RGB< T > Core::operator* | ( | const T & | s, |
const RGB< T > & | rgb | ||
) | [inline] |
References Core::RGB< T >::e.
bool Core::operator< | ( | const Tuple4 & | t1, |
const Tuple4 & | t2 | ||
) |
References Core::Tuple4::data.
ostream & Core::operator<< | ( | ostream & | out, |
const Mesh::Vertex & | v | ||
) |
References Core::Mesh::Vertex::n, Core::Mesh::Vertex::p, and Core::Mesh::Vertex::t.
Referenced by Pow().