Molecular Dynamics  v0.4
Project for the Practical hosted by the Scientific Computing Chair
List of all members
VTKFile_t Class Reference

Class corresponding to the VTKFile_t schema type. More...

#include <vtk-unstructured.h>

Inheritance diagram for VTKFile_t:
Inheritance graph
Collaboration diagram for VTKFile_t:
Collaboration graph

UnstructuredGrid

Accessor and modifier functions for the UnstructuredGrid optional element.

typedef ::UnstructuredGrid_t UnstructuredGrid_type
 Element type. More...
 
typedef ::xsd::cxx::tree::optional< UnstructuredGrid_typeUnstructuredGrid_optional
 Element optional container type. More...
 
typedef ::xsd::cxx::tree::traits< UnstructuredGrid_type, char > UnstructuredGrid_traits
 Element traits type. More...
 
const UnstructuredGrid_optionalUnstructuredGrid () const
 Return a read-only (constant) reference to the element container. More...
 
UnstructuredGrid_optionalUnstructuredGrid ()
 Return a read-write reference to the element container. More...
 
void UnstructuredGrid (const UnstructuredGrid_type &x)
 Set the element value. More...
 
void UnstructuredGrid (const UnstructuredGrid_optional &x)
 Set the element value. More...
 
void UnstructuredGrid (::std::unique_ptr< UnstructuredGrid_type > p)
 Set the element value without copying. More...
 

PolyData

Accessor and modifier functions for the PolyData optional element.

typedef ::PolyData_t PolyData_type
 Element type. More...
 
typedef ::xsd::cxx::tree::optional< PolyData_typePolyData_optional
 Element optional container type. More...
 
typedef ::xsd::cxx::tree::traits< PolyData_type, char > PolyData_traits
 Element traits type. More...
 
const PolyData_optionalPolyData () const
 Return a read-only (constant) reference to the element container. More...
 
PolyData_optionalPolyData ()
 Return a read-write reference to the element container. More...
 
void PolyData (const PolyData_type &x)
 Set the element value. More...
 
void PolyData (const PolyData_optional &x)
 Set the element value. More...
 
void PolyData (::std::unique_ptr< PolyData_type > p)
 Set the element value without copying. More...
 

type

Accessor and modifier functions for the type required attribute.

typedef ::xml_schema::string type_type
 Attribute type. More...
 
typedef ::xsd::cxx::tree::traits< type_type, char > type_traits
 Attribute traits type. More...
 
const type_typetype () const
 Return a read-only (constant) reference to the attribute. More...
 
type_typetype ()
 Return a read-write reference to the attribute. More...
 
void type (const type_type &x)
 Set the attribute value. More...
 
void type (::std::unique_ptr< type_type > p)
 Set the attribute value without copying. More...
 

version

Accessor and modifier functions for the version required attribute.

typedef ::xml_schema::string version_type
 Attribute type. More...
 
typedef ::xsd::cxx::tree::traits< version_type, char > version_traits
 Attribute traits type. More...
 
const version_typeversion () const
 Return a read-only (constant) reference to the attribute. More...
 
static const version_typeversion_default_value ()
 Return the default value for the attribute. More...
 

byte_order

Accessor and modifier functions for the byte_order required attribute.

typedef ::xml_schema::string byte_order_type
 Attribute type. More...
 
typedef ::xsd::cxx::tree::traits< byte_order_type, char > byte_order_traits
 Attribute traits type. More...
 
const byte_order_typebyte_order () const
 Return a read-only (constant) reference to the attribute. More...
 
static const byte_order_typebyte_order_default_value ()
 Return the default value for the attribute. More...
 

Constructors

 VTKFile_t (const type_type &)
 Create an instance from the ultimate base and initializers for required elements and attributes. More...
 
 VTKFile_t (const ::xercesc::DOMElement &e, ::xml_schema::flags f=0, ::xml_schema::container *c=0)
 Create an instance from a DOM element. More...
 
 VTKFile_t (const VTKFile_t &x, ::xml_schema::flags f=0, ::xml_schema::container *c=0)
 Copy constructor. More...
 
virtual VTKFile_t_clone (::xml_schema::flags f=0, ::xml_schema::container *c=0) const
 Copy the instance polymorphically. More...
 
VTKFile_toperator= (const VTKFile_t &x)
 Copy assignment operator. More...
 
virtual ~VTKFile_t ()
 Destructor. More...
 

Detailed Description

Class corresponding to the VTKFile_t schema type.

The hello_t type consists of a greeting phrase and a collection of names to which this greeting applies.

Member Typedef Documentation

◆ byte_order_traits

typedef ::xsd::cxx::tree::traits< byte_order_type, char > VTKFile_t::byte_order_traits

Attribute traits type.

◆ byte_order_type

Attribute type.

◆ PolyData_optional

typedef ::xsd::cxx::tree::optional< PolyData_type > VTKFile_t::PolyData_optional

Element optional container type.

◆ PolyData_traits

typedef ::xsd::cxx::tree::traits< PolyData_type, char > VTKFile_t::PolyData_traits

Element traits type.

◆ PolyData_type

Element type.

◆ type_traits

typedef ::xsd::cxx::tree::traits< type_type, char > VTKFile_t::type_traits

Attribute traits type.

◆ type_type

Attribute type.

◆ UnstructuredGrid_optional

typedef ::xsd::cxx::tree::optional< UnstructuredGrid_type > VTKFile_t::UnstructuredGrid_optional

Element optional container type.

◆ UnstructuredGrid_traits

typedef ::xsd::cxx::tree::traits< UnstructuredGrid_type, char > VTKFile_t::UnstructuredGrid_traits

Element traits type.

◆ UnstructuredGrid_type

Element type.

◆ version_traits

typedef ::xsd::cxx::tree::traits< version_type, char > VTKFile_t::version_traits

Attribute traits type.

◆ version_type

Attribute type.

Constructor & Destructor Documentation

◆ VTKFile_t() [1/3]

VTKFile_t::VTKFile_t ( const type_type type)

Create an instance from the ultimate base and initializers for required elements and attributes.

◆ VTKFile_t() [2/3]

VTKFile_t::VTKFile_t ( const ::xercesc::DOMElement &  e,
::xml_schema::flags  f = 0,
::xml_schema::container c = 0 
)

Create an instance from a DOM element.

Parameters
eA DOM element to extract the data from.
fFlags to create the new instance with.
cA pointer to the object that will contain the new instance.

◆ VTKFile_t() [3/3]

VTKFile_t::VTKFile_t ( const VTKFile_t x,
::xml_schema::flags  f = 0,
::xml_schema::container c = 0 
)

Copy constructor.

Parameters
xAn instance to make a copy of.
fFlags to create the copy with.
cA pointer to the object that will contain the copy.

For polymorphic object models use the _clone function instead.

◆ ~VTKFile_t()

VTKFile_t::~VTKFile_t ( )
virtual

Destructor.

Member Function Documentation

◆ _clone()

VTKFile_t * VTKFile_t::_clone ( ::xml_schema::flags  f = 0,
::xml_schema::container c = 0 
) const
virtual

Copy the instance polymorphically.

Parameters
fFlags to create the copy with.
cA pointer to the object that will contain the copy.
Returns
A pointer to the dynamically allocated copy.

This function ensures that the dynamic type of the instance is used for copying and should be used for polymorphic object models instead of the copy constructor.

◆ byte_order()

const VTKFile_t::byte_order_type & VTKFile_t::byte_order ( ) const

Return a read-only (constant) reference to the attribute.

Returns
A constant reference to the attribute.
Here is the caller graph for this function:

◆ byte_order_default_value()

const VTKFile_t::byte_order_type & VTKFile_t::byte_order_default_value ( )
static

Return the default value for the attribute.

Returns
A read-only (constant) reference to the attribute's default value.

◆ operator=()

VTKFile_t & VTKFile_t::operator= ( const VTKFile_t x)

Copy assignment operator.

Parameters
xAn instance to make a copy of.
Returns
A reference to itself.

For polymorphic object models use the _clone function instead.

◆ PolyData() [1/5]

VTKFile_t::PolyData_optional & VTKFile_t::PolyData ( )

Return a read-write reference to the element container.

Returns
A reference to the optional container.

◆ PolyData() [2/5]

const VTKFile_t::PolyData_optional & VTKFile_t::PolyData ( ) const

Return a read-only (constant) reference to the element container.

Returns
A constant reference to the optional container.
Here is the caller graph for this function:

◆ PolyData() [3/5]

void VTKFile_t::PolyData ( ::std::unique_ptr< PolyData_type p)

Set the element value without copying.

Parameters
pA new value to use.

This function will try to use the passed value directly instead of making a copy.

◆ PolyData() [4/5]

void VTKFile_t::PolyData ( const PolyData_optional x)

Set the element value.

Parameters
xAn optional container with the new value to set.

If the value is present in x then this function makes a copy of this value and sets it as the new value of the element. Otherwise the element container is set the 'not present' state.

◆ PolyData() [5/5]

void VTKFile_t::PolyData ( const PolyData_type x)

Set the element value.

Parameters
xA new value to set.

This function makes a copy of its argument and sets it as the new value of the element.

◆ type() [1/4]

VTKFile_t::type_type & VTKFile_t::type ( )

Return a read-write reference to the attribute.

Returns
A reference to the attribute.

◆ type() [2/4]

const VTKFile_t::type_type & VTKFile_t::type ( ) const

Return a read-only (constant) reference to the attribute.

Returns
A constant reference to the attribute.
Here is the caller graph for this function:

◆ type() [3/4]

void VTKFile_t::type ( ::std::unique_ptr< type_type p)

Set the attribute value without copying.

Parameters
pA new value to use.

This function will try to use the passed value directly instead of making a copy.

◆ type() [4/4]

void VTKFile_t::type ( const type_type x)

Set the attribute value.

Parameters
xA new value to set.

This function makes a copy of its argument and sets it as the new value of the attribute.

◆ UnstructuredGrid() [1/5]

VTKFile_t::UnstructuredGrid_optional & VTKFile_t::UnstructuredGrid ( )

Return a read-write reference to the element container.

Returns
A reference to the optional container.

◆ UnstructuredGrid() [2/5]

const VTKFile_t::UnstructuredGrid_optional & VTKFile_t::UnstructuredGrid ( ) const

Return a read-only (constant) reference to the element container.

Returns
A constant reference to the optional container.
Here is the caller graph for this function:

◆ UnstructuredGrid() [3/5]

void VTKFile_t::UnstructuredGrid ( ::std::unique_ptr< UnstructuredGrid_type p)

Set the element value without copying.

Parameters
pA new value to use.

This function will try to use the passed value directly instead of making a copy.

◆ UnstructuredGrid() [4/5]

void VTKFile_t::UnstructuredGrid ( const UnstructuredGrid_optional x)

Set the element value.

Parameters
xAn optional container with the new value to set.

If the value is present in x then this function makes a copy of this value and sets it as the new value of the element. Otherwise the element container is set the 'not present' state.

◆ UnstructuredGrid() [5/5]

void VTKFile_t::UnstructuredGrid ( const UnstructuredGrid_type x)

Set the element value.

Parameters
xA new value to set.

This function makes a copy of its argument and sets it as the new value of the element.

◆ version()

const VTKFile_t::version_type & VTKFile_t::version ( ) const

Return a read-only (constant) reference to the attribute.

Returns
A constant reference to the attribute.
Here is the caller graph for this function:

◆ version_default_value()

const VTKFile_t::version_type & VTKFile_t::version_default_value ( )
static

Return the default value for the attribute.

Returns
A read-only (constant) reference to the attribute's default value.

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