|
void | Reset (void) |
|
int | Add (float *fAdd, int flags) |
|
void | Modify (int, float *, int) |
|
void | UniformAdd (float *pos) |
|
void | Remove (class cSpline< cGrids, cPoints > *, int) |
|
void | RemoveRange (int, int) |
|
int | Right (float x) |
|
float * | Get (float x, int *flags) |
|
float * | GetByNode (float x, int *flags) |
|
int | Append (cSpline< cGrids, cPoints > *pNew) |
|
void | Archive (Archiver &arc) |
|
virtual ClassDef * | classinfo (void) const |
|
void | warning (const char *function, const char *format,...) const |
|
void | error (const char *function, const char *format,...) const |
|
qboolean | inheritsFrom (ClassDef *c) const |
|
qboolean | inheritsFrom (const char *name) const |
|
qboolean | isInheritedBy (const char *name) const |
|
qboolean | isInheritedBy (ClassDef *c) const |
|
const char * | getClassname (void) const |
|
const char * | getClassID (void) const |
|
const char * | getSuperclass (void) const |
|
void * | operator new (size_t s) |
|
void | operator delete (void *ptr) |
|
void * | operator new (size_t size, void *placement) |
|
void | operator delete (void *ptr, void *placement) |
|
template<typename T> |
void * | operator new (size_t size, T &placement) |
|
template<typename T> |
void | operator delete (void *ptr, T &placement) |
|
|
int | m_iPoints |
|
float | m_vPoints [cPoints][cGrids] |
|
int | m_iPointFlags [cPoints] |
|
◆ Archive()
template<unsigned int cGrids, unsigned int cPoints>
Reimplemented from Class.
The documentation for this class was generated from the following file: