NX Open C++ Reference Guide
Classes | Public Member Functions | List of all members
NXOpen::CAE::PostScenarioAvailableDescriptorCollection Class Reference

A collection of NXOpen::CAE::PostScenarioDescriptor s. More...

Inheritance diagram for NXOpen::CAE::PostScenarioAvailableDescriptorCollection:
NXOpen::TaggedObjectCollection

Classes

class  iterator
 Iterator for accessing the contents of the collection. More...
 

Public Member Functions

iterator begin ()
 Returns an iterator addressing the first element. More...
 
iterator end ()
 Returns an iterator addressing one past the last element. More...
 
NXOpen::CAE::PostScenarioDescriptorFind (const NXString &name)
 Finds an input definition with a certain name. More...
 
NXOpen::CAE::PostScenarioDescriptorFind (const char *name)
 Finds an input definition with a certain name. More...
 
tag_t Tag () const
 Returns the tag of this object. More...
 

Detailed Description

A collection of NXOpen::CAE::PostScenarioDescriptor s.

These descriptors are used in Application Specific Post Processing to create a post processing scenario. A descriptor defines how data is retrieved from a NXOpen::CAE::DataSource , how it is processed, and how it is displayed through NXOpen::CAE::PostScenarioBuilder::Visualization . See also NXOpen::CAE::PostScenarioBuilder .
To obtain an instance of this class, refer to NXOpen::CAE::PostScenarioManager

Created in NX12.0.0.

Member Function Documentation

iterator NXOpen::CAE::PostScenarioAvailableDescriptorCollection::begin ( )

Returns an iterator addressing the first element.

iterator NXOpen::CAE::PostScenarioAvailableDescriptorCollection::end ( )

Returns an iterator addressing one past the last element.

NXOpen::CAE::PostScenarioDescriptor* NXOpen::CAE::PostScenarioAvailableDescriptorCollection::Find ( const NXString name)

Finds an input definition with a certain name.

Returns

Created in NX12.0.0.

License requirements : None
Parameters
namename of the descriptor
NXOpen::CAE::PostScenarioDescriptor* NXOpen::CAE::PostScenarioAvailableDescriptorCollection::Find ( const char *  name)

Finds an input definition with a certain name.

Returns

Created in NX12.0.0.

License requirements : None
Parameters
namename of the descriptor
tag_t NXOpen::CAE::PostScenarioAvailableDescriptorCollection::Tag ( ) const

Returns the tag of this object.


The documentation for this class was generated from the following file:
Copyright 2017 Siemens Product Lifecycle Management Software Inc. All Rights Reserved.