MeshKit  1.0
AttribRep Struct Reference

#include <Mesh.hpp>

List of all members.

Public Member Functions

void removeAll ()
template<class T >
int setAttribute (const string &s, const T &val)
template<class T >
int getAttribute (const string &s, T &val) const
int hasAttribute (const string &s) const
void removeAttribute (const string &s)

Public Attributes

std::vector< Attribute * > attributes

Detailed Description

Definition at line 220 of file Mesh.hpp.


Member Function Documentation

int getAttribute ( const string &  s,
T &  val 
) const [inline]

Definition at line 240 of file Mesh.hpp.

int hasAttribute ( const string &  s) const [inline]

Definition at line 251 of file Mesh.hpp.

void removeAll ( ) [inline]

Definition at line 221 of file Mesh.hpp.

void removeAttribute ( const string &  s) [inline]

Definition at line 258 of file Mesh.hpp.

int setAttribute ( const string &  s,
const T &  val 
) [inline]

Definition at line 226 of file Mesh.hpp.


Member Data Documentation

std::vector<Attribute*> attributes

Definition at line 261 of file Mesh.hpp.


The documentation for this struct was generated from the following file:
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Defines