Atoms Crowd  4.1.0
Atoms::AgentNode Class Referenceabstract

Agent node. More...

#include <AgentNode.h>

Inheritance diagram for Atoms::AgentNode:
AtomsGraph::Node Atoms::GetAgentJointMatrixNode Atoms::GetAgentJointPoseNode Atoms::Operator Atoms::SetAgentJointMatrixNode Atoms::AdditiveClipOperator Atoms::AgentJointWorldPositionOperator Atoms::BindPoseOperator Atoms::BufferOperator Atoms::CacheReaderOperator Atoms::ClipReaderOperator Atoms::CloneAgentOperator Atoms::FootOperator Atoms::JointAimOperator Atoms::JointConstraintOperator Atoms::JointIkOperator Atoms::JointTransformOperator Atoms::MergeOperator Atoms::ParticleOperator Atoms::PelvisOperator Atoms::RagdollOperator Atoms::SetAgentJointPoseNode Atoms::StateMachineBaseNodeOperator Atoms::StateMachineOperator Atoms::SyncOperator ATOMSUSD_NS::UsdCacheReaderOperator

Public Member Functions

virtual std::string typeStr () const =0
 Type string. More...
 
virtual unsigned int typeId () const =0
 Type id. More...
 
 AgentNode ()
 Constructor.
 
virtual ~AgentNode ()
 Destructor.
 
Agentagent ()
 Get agent.
 
void setAgent (Agent *agent)
 Set agent.
 
virtual short baseNodeType () const
 Base node type.
 
- Public Member Functions inherited from AtomsGraph::Node
 Node ()
 Constructor.
 
virtual ~Node ()
 Destructor.
 
virtual Nodeclone ()=0
 clone object More...
 
virtual bool compute (const ComputeData *computeData)
 Compute function.
 
virtual void reset ()
 Reset function. More...
 
void addInputPort (Port *port)
 Adds input port.
 
template<class T >
T * getInputPort (const std::string &name)
 Gets input port.
 
PortgetInputPort (const std::string &name)
 Gets the input port with the given name.
 
void removeInputPort (const std::string &name)
 Removes the input port with the given name.
 
std::vector< std::string > getInputPortNames () const
 Gets all input port names.
 
port_iterator inputPortBegin ()
 Inputs port begin iterator.
 
port_iterator inputPortEnd ()
 Inputs port end iterator.
 
const_port_iterator inputPortCBegin () const
 Input port begin iterator.
 
const_port_iterator inputPortCEnd () const
 Input port end iterator.
 
size_t numInputPorts () const
 Gets number of input ports.
 
void addOutputPort (Port *port)
 Adds output port.
 
template<class T >
T * getOutputPort (const std::string &name)
 Gets the output port with the given name.
 
PortgetOutputPort (const std::string &name)
 Gets the output port with the given name.
 
void removeOutputPort (const std::string &name)
 Removes the output port with the given name.
 
std::vector< std::string > getOutputPortNames () const
 Gets all output port names.
 
port_iterator outputPortBegin ()
 Output port begin iterator.
 
port_iterator outputPortEnd ()
 Output port end iterator.
 
const_port_iterator outputPortCBegin () const
 Output port begin iterator.
 
const_port_iterator outputPortCEnd () const
 Output port end iterator.
 
size_t numOutputPorts () const
 Gets number of output ports.
 
void setDirty (bool value)
 Sets node dirty state.
 
bool isDirty () const
 Returns true if the node is dirty.
 
void setDirtyFlag ()
 This set node dirty without propagate the dirty to the connected nodes.
 
std::string name () const
 Gets the node name.
 
void setName (const std::string &name)
 Sets the node name.
 
void setProfileTime (size_t value)
 Set the profile time.
 
size_t profileTime () const
 Get the profile time.
 

Protected Attributes

Agentm_agent
 Agent.
 

Additional Inherited Members

- Public Types inherited from AtomsGraph::Node
typedef std::vector< Port * >::iterator port_iterator
 
typedef std::vector< Port * >::const_iterator const_port_iterator
 

Detailed Description

Agent node.

An agent node is a specialized atomsGraph node working on an agent.

Member Function Documentation

◆ typeId()

virtual unsigned int Atoms::AgentNode::typeId ( ) const
pure virtual

Type id.

Returns
Class type id

Implements AtomsGraph::Node.

Implemented in Atoms::Operator.

◆ typeStr()

virtual std::string Atoms::AgentNode::typeStr ( ) const
pure virtual

Type string.

Returns
Class type string

Implements AtomsGraph::Node.

Implemented in Atoms::Operator.


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