#include <typen.h>
Public Member Functions | |
| ResourceMatrix () | |
| ResourceMatrix (const float *f) | |
| Resources | operator * (const Resources &r) const |
| void | read (tnstream &stream) |
| void | write (tnstream &stream) const |
| void | runTextIO (const ASCString &name, PropertyContainer &pc) |
| void | runTextIO (const ASCString &name, PropertyContainer &pc, const ResourceMatrix &defaultValue) |
Definition at line 158 of file typen.h.
| ResourceMatrix::ResourceMatrix | ( | ) |
| ResourceMatrix::ResourceMatrix | ( | const float * | f | ) |
| void ResourceMatrix::read | ( | tnstream & | stream | ) |
Definition at line 141 of file typen.cpp.
References tnstream::readFloat(), tnstream::readInt(), and resourceTypeNum.
Referenced by ContainerBaseType::read().
| void ResourceMatrix::write | ( | tnstream & | stream | ) | const |
Definition at line 149 of file typen.cpp.
References resourceTypeNum, tnstream::writeFloat(), and tnstream::writeInt().
Referenced by ContainerBaseType::write().
| void ResourceMatrix::runTextIO | ( | const ASCString & | name, | |
| PropertyContainer & | pc | |||
| ) |
Definition at line 157 of file typen.cpp.
References PropertyContainer::addDFloatArray(), PropertyContainer::error(), PropertyContainer::isReading(), and resourceTypeNum.
Referenced by runTextIO(), and ContainerBaseType::runTextIO().
| void ResourceMatrix::runTextIO | ( | const ASCString & | name, | |
| PropertyContainer & | pc, | |||
| const ResourceMatrix & | defaultValue | |||
| ) |
Definition at line 177 of file typen.cpp.
References e, PropertyContainer::find(), PropertyContainer::isReading(), resourceTypeNum, and runTextIO().
1.5.1