MeshKit  1.0
Attribute Struct Reference

#include <Mesh.hpp>

List of all members.

Public Member Functions

 Attribute ()
 Attribute (const std::string &s, const myany &p)
template<typename T >
 Attribute (T n)

Public Attributes

std::string name
myany value

Detailed Description

Definition at line 127 of file Mesh.hpp.


Constructor & Destructor Documentation

Attribute ( ) [inline]

Definition at line 129 of file Mesh.hpp.

Attribute ( const std::string &  s,
const myany p 
) [inline]

Definition at line 130 of file Mesh.hpp.

Attribute ( n) [inline]

Definition at line 135 of file Mesh.hpp.


Member Data Documentation

std::string name

Definition at line 137 of file Mesh.hpp.

Definition at line 138 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