xc
Public Member Functions | List of all members

Fiber sets container. More...

#include <FiberSets.h>

Inheritance diagram for XC::FiberSets:

Public Member Functions

 FiberSets (void)
 Constructor.
 
bool exists (const std::string &)
 Return true if the set already exists.
 
FiberSetcreate_fiber_set (const std::string &)
 Creates a new fiber set.
 
iterator get_fiber_set (const std::string &)
 Creates a fiber set which name is being passed as parameter.
 
iterator sel_mat_tag (FiberSet &, const std::string &, const int &)
 Creates a fiber set which material has the tag being passed as parameter.
 
iterator resel_mat_tag (const std::string &, const std::string &, const int &)
 Creates a fiber set with the fibers that belongs to the set named origin_set_name, and have the material identified with the tag being passed as parameter. More...
 

Detailed Description

Fiber sets container.

Member Function Documentation

§ resel_mat_tag()

XC::FiberSets::iterator XC::FiberSets::resel_mat_tag ( const std::string &  set_name,
const std::string &  origin_set_name,
const int &  matTag 
)

Creates a fiber set with the fibers that belongs to the set named origin_set_name, and have the material identified with the tag being passed as parameter.

Parameters
set_namename of the new set.
origin_set_namename of the set that contains the fibers. : material tag.

The documentation for this class was generated from the following files: