Femap.h: Classes for parsing and writing Femap Neutral file format DG++. More...
#include <Femap.h>
Public Member Functions | |
size_t | getNumMaterials () const |
size_t | getNumProperties () const |
size_t | getNumNodes () const |
size_t | getNumElements () const |
size_t | getNumElements (size_t t) const |
no. | |
size_t | getNumConstraintSets () const |
size_t | getNumLoadSets () const |
size_t | getNumGroups () const |
const std::vector < femapMaterial > & | getMaterials () const |
const std::vector < femapProperty > & | getProperties () const |
const std::vector< femapNode > & | getNodes () const |
const std::vector< femapElement > & | getElements () const |
const std::vector < femapConstraintSet > & | getConstraintSets () const |
const std::vector< femapLoadSet > & | getLoadSets () const |
const std::vector< femapGroup > & | getGroups () const |
void | getElements (size_t t, std::vector< femapElement > &vout) const |
get elements with topology indicator t | |
const femapMaterial & | getMaterial (size_t i) const |
const femapProperty & | getProperty (size_t i) const |
const femapNode & | getNode (size_t i) const |
const femapElement & | getElement (size_t i) const |
const femapConstraintSet & | getConstraintSet (size_t i) const |
const femapLoadSet & | getLoadSet (size_t i) const |
const femapGroup & | getGroup (size_t i) const |
int | getMaterialId (size_t i) const |
int | getPropertyId (size_t i) const |
int | getNodeId (size_t i) const |
int | getElementId (size_t i) const |
int | getConstraintSetId (size_t i) const |
int | getLoadSetId (size_t i) const |
int | getGroupId (size_t i) const |
Protected Attributes | |
std::vector< femapMaterial > | _materials |
std::vector< femapProperty > | _properties |
std::vector< femapNode > | _nodes |
std::vector< femapElement > | _elements |
std::vector< femapGroup > | _groups |
std::vector< femapConstraintSet > | _constraintSets |
std::vector< femapLoadSet > | _loadSets |
std::map< size_t, size_t > | _materialIdMap |
std::map< size_t, size_t > | _propertyIdMap |
std::map< size_t, size_t > | _nodeIdMap |
std::map< size_t, size_t > | _elementIdMap |
std::map< size_t, size_t > | _groupIdMap |
std::map< size_t, size_t > | _constraintSetIdMap |
std::map< size_t, size_t > | _loadSetIdMap |
Femap.h: Classes for parsing and writing Femap Neutral file format DG++.
Copyright (c) 2006 Adrian Lew
Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions:
The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
const femapConstraintSet& Femap::getConstraintSet | ( | size_t | i | ) | const [inline] |
int Femap::getConstraintSetId | ( | size_t | i | ) | const [inline] |
const std::vector<femapConstraintSet>& Femap::getConstraintSets | ( | ) | const [inline] |
const femapElement& Femap::getElement | ( | size_t | i | ) | const [inline] |
int Femap::getElementId | ( | size_t | i | ) | const [inline] |
void Femap::getElements | ( | size_t | t, | |
std::vector< femapElement > & | vout | |||
) | const |
get elements with topology indicator t
t | ||
vout,: | output vector |
const std::vector<femapElement>& Femap::getElements | ( | ) | const [inline] |
const femapGroup& Femap::getGroup | ( | size_t | i | ) | const [inline] |
int Femap::getGroupId | ( | size_t | i | ) | const [inline] |
const std::vector<femapGroup>& Femap::getGroups | ( | ) | const [inline] |
const femapLoadSet& Femap::getLoadSet | ( | size_t | i | ) | const [inline] |
int Femap::getLoadSetId | ( | size_t | i | ) | const [inline] |
const std::vector<femapLoadSet>& Femap::getLoadSets | ( | ) | const [inline] |
const femapMaterial& Femap::getMaterial | ( | size_t | i | ) | const [inline] |
int Femap::getMaterialId | ( | size_t | i | ) | const [inline] |
const std::vector<femapMaterial>& Femap::getMaterials | ( | ) | const [inline] |
const femapNode& Femap::getNode | ( | size_t | i | ) | const [inline] |
int Femap::getNodeId | ( | size_t | i | ) | const [inline] |
const std::vector<femapNode>& Femap::getNodes | ( | ) | const [inline] |
size_t Femap::getNumConstraintSets | ( | ) | const [inline] |
size_t Femap::getNumElements | ( | size_t | t | ) | const |
no.
of elements with topology indicator t
t |
size_t Femap::getNumElements | ( | ) | const [inline] |
size_t Femap::getNumGroups | ( | ) | const [inline] |
size_t Femap::getNumLoadSets | ( | ) | const [inline] |
size_t Femap::getNumMaterials | ( | ) | const [inline] |
size_t Femap::getNumNodes | ( | ) | const [inline] |
size_t Femap::getNumProperties | ( | ) | const [inline] |
const std::vector<femapProperty>& Femap::getProperties | ( | ) | const [inline] |
const femapProperty& Femap::getProperty | ( | size_t | i | ) | const [inline] |
int Femap::getPropertyId | ( | size_t | i | ) | const [inline] |
std::map<size_t,size_t> Femap::_constraintSetIdMap [protected] |
std::vector<femapConstraintSet> Femap::_constraintSets [protected] |
std::map<size_t,size_t> Femap::_elementIdMap [protected] |
std::vector<femapElement> Femap::_elements [protected] |
std::map<size_t,size_t> Femap::_groupIdMap [protected] |
std::vector<femapGroup> Femap::_groups [protected] |
std::map<size_t,size_t> Femap::_loadSetIdMap [protected] |
std::vector<femapLoadSet> Femap::_loadSets [protected] |
std::map<size_t,size_t> Femap::_materialIdMap [protected] |
std::vector<femapMaterial> Femap::_materials [protected] |
std::map<size_t,size_t> Femap::_nodeIdMap [protected] |
std::vector<femapNode> Femap::_nodes [protected] |
std::vector<femapProperty> Femap::_properties [protected] |
std::map<size_t,size_t> Femap::_propertyIdMap [protected] |