Drake
Drake C++ Documentation
BarycentricMeshSystem< T > Member List

This is the complete list of members for BarycentricMeshSystem< T >, including all inherited members.

abstract_parameter_ticket(AbstractParameterIndex index) constSystem< T >
drake::systems::SystemBase::abstract_parameter_ticket(AbstractParameterIndex index) constSystemBase
abstract_state_ticket(AbstractStateIndex index) constSystem< T >
drake::systems::SystemBase::abstract_state_ticket(AbstractStateIndex index) constSystemBase
Accept(SystemVisitor< T > *v) constSystem< T >virtual
accuracy_ticket()System< T >static
drake::systems::SystemBase::accuracy_ticket()SystemBasestatic
AddAbstractParameter(AbstractParameterIndex index)SystemBaseprotected
AddAbstractState(AbstractStateIndex index)SystemBaseprotected
AddConstraint(std::unique_ptr< SystemConstraint< T >> constraint)System< T >protected
AddDiscreteStateGroup(DiscreteStateIndex index)SystemBaseprotected
AddExternalConstraint(ExternalSystemConstraint constraint)System< T >
AddInputPort(std::unique_ptr< InputPortBase > port)SystemBaseprotected
AddNumericParameter(NumericParameterIndex index)SystemBaseprotected
AddOutputPort(std::unique_ptr< OutputPortBase > port)SystemBaseprotected
AddTriggeredWitnessFunctionToCompositeEventCollection(Event< T > *event, CompositeEventCollection< T > *events) const finalLeafSystem< T >protectedvirtual
all_input_ports_ticket()System< T >static
drake::systems::SystemBase::all_input_ports_ticket()SystemBasestatic
all_parameters_ticket()System< T >static
drake::systems::SystemBase::all_parameters_ticket()SystemBasestatic
all_sources_except_input_ports_ticket()SystemBasestatic
all_sources_ticket()LeafSystem< T >protectedstatic
drake::systems::SystemBase::all_sources_ticket()SystemBasestatic
all_state_ticket()System< T >static
drake::systems::SystemBase::all_state_ticket()SystemBasestatic
AllocateAbstractState() constLeafSystem< T >protected
AllocateCompositeEventCollection() constSystem< T >
AllocateContext() constLeafSystem< T >
AllocateContinuousState() constLeafSystem< T >protected
AllocateDiscreteState() constLeafSystem< T >protected
AllocateDiscreteVariables() const finalLeafSystem< T >virtual
AllocateFixedInputs(Context< T > *context) constSystem< T >
AllocateImplicitTimeDerivativesResidual() constSystem< T >
AllocateInputAbstract(const InputPort< T > &input_port) constSystem< T >
AllocateInputVector(const InputPort< T > &input_port) constSystem< T >
AllocateOutput() constSystem< T >
AllocateParameters() constLeafSystem< T >protected
AllocateTimeDerivatives() const finalLeafSystem< T >virtual
ApplyDiscreteVariableUpdate(const EventCollection< DiscreteUpdateEvent< T >> &events, DiscreteValues< T > *discrete_state, Context< T > *context) constSystem< T >
ApplyUnrestrictedUpdate(const EventCollection< UnrestrictedUpdateEvent< T >> &events, State< T > *state, Context< T > *context) constSystem< T >
assign_next_dependency_ticket()SystemBaseprotected
BarycentricMeshSystem(const BarycentricMeshSystem &)=deleteBarycentricMeshSystem< T >
BarycentricMeshSystem(BarycentricMeshSystem &&)=deleteBarycentricMeshSystem< T >
BarycentricMeshSystem(math::BarycentricMesh< T > mesh, const Eigen::Ref< const MatrixX< T >> &output_values)BarycentricMeshSystem< T >
cache_entry_ticket(CacheIndex index) constSystem< T >
drake::systems::SystemBase::cache_entry_ticket(CacheIndex index) constSystemBase
CalcConservativePower(const Context< T > &context) constSystem< T >
CalcDiscreteVariableUpdate(const Context< T > &context, const EventCollection< DiscreteUpdateEvent< T >> &events, DiscreteValues< T > *discrete_state) constSystem< T >
CalcForcedDiscreteVariableUpdate(const Context< T > &context, DiscreteValues< T > *discrete_state) constSystem< T >
CalcForcedUnrestrictedUpdate(const Context< T > &context, State< T > *state) constSystem< T >
CalcImplicitTimeDerivativesResidual(const Context< T > &context, const ContinuousState< T > &proposed_derivatives, EigenPtr< VectorX< T >> residual) constSystem< T >
CalcKineticEnergy(const Context< T > &context) constSystem< T >
CalcNextUpdateTime(const Context< T > &context, CompositeEventCollection< T > *events) constSystem< T >
CalcNonConservativePower(const Context< T > &context) constSystem< T >
CalcOutput(const Context< T > &context, SystemOutput< T > *outputs) constSystem< T >
CalcPotentialEnergy(const Context< T > &context) constSystem< T >
CalcTimeDerivatives(const Context< T > &context, ContinuousState< T > *derivatives) constSystem< T >
CalcUnrestrictedUpdate(const Context< T > &context, const EventCollection< UnrestrictedUpdateEvent< T >> &events, State< T > *state) constSystem< T >
CalcVectorOutput(const Context< T > &context, BasicVector< T > *output) constVectorSystem< T >protected
CalcWitnessValue(const Context< T > &context, const WitnessFunction< T > &witness_func) constSystem< T >
CheckSystemConstraintsSatisfied(const Context< T > &context, double tol) constSystem< T >
Clone() constSystem< T >
Clone(const S< T > &from)System< T >static
configuration_ticket()System< T >static
drake::systems::SystemBase::configuration_ticket()SystemBasestatic
CopyContinuousStateVector(const Context< T > &context) constSystem< T >
CreateDefaultContext() constSystem< T >
DeclareAbstractInputPort(std::variant< std::string, UseDefaultName > name, const AbstractValue &model_value)LeafSystem< T >protected
DeclareAbstractOutputPort(std::variant< std::string, UseDefaultName > name, const OutputType &model_value, void(MySystem::*calc)(const Context< T > &, OutputType *) const, std::set< DependencyTicket > prerequisites_of_calc={ all_sources_ticket()})LeafSystem< T >protected
DeclareAbstractOutputPort(std::variant< std::string, UseDefaultName > name, void(MySystem::*calc)(const Context< T > &, OutputType *) const, std::set< DependencyTicket > prerequisites_of_calc={ all_sources_ticket()})LeafSystem< T >protected
DeclareAbstractOutputPort(std::variant< std::string, UseDefaultName > name, typename LeafOutputPort< T >::AllocCallback alloc_function, typename LeafOutputPort< T >::CalcCallback calc_function, std::set< DependencyTicket > prerequisites_of_calc={ all_sources_ticket()})LeafSystem< T >protected
DeclareAbstractParameter(const AbstractValue &model_value)LeafSystem< T >protected
DeclareAbstractState(const AbstractValue &model_value)LeafSystem< T >protected
DeclareCacheEntry(std::string description, ValueProducer value_producer, std::set< DependencyTicket > prerequisites_of_calc={ all_sources_ticket()})System< T >protected
DeclareCacheEntry(std::string description, const ValueType &model_value, void(MySystem::*calc)(const MyContext &, ValueType *) const, std::set< DependencyTicket > prerequisites_of_calc={ all_sources_ticket()})System< T >protected
DeclareCacheEntry(std::string description, void(MySystem::*calc)(const MyContext &, ValueType *) const, std::set< DependencyTicket > prerequisites_of_calc={ all_sources_ticket()})System< T >protected
drake::systems::SystemBase::DeclareCacheEntry(std::string description, ValueProducer value_producer, std::set< DependencyTicket > prerequisites_of_calc={ all_sources_ticket()})SystemBaseprotected
drake::systems::SystemBase::DeclareCacheEntry(std::string description, const ValueType &model_value, void(MySystem::*calc)(const MyContext &, ValueType *) const, std::set< DependencyTicket > prerequisites_of_calc={ all_sources_ticket()})SystemBaseprotected
drake::systems::SystemBase::DeclareCacheEntry(std::string description, void(MySystem::*calc)(const MyContext &, ValueType *) const, std::set< DependencyTicket > prerequisites_of_calc={ all_sources_ticket()})SystemBaseprotected
DeclareCacheEntryWithKnownTicket(DependencyTicket known_ticket, std::string description, ValueProducer value_producer, std::set< DependencyTicket > prerequisites_of_calc={ all_sources_ticket()})SystemBaseprotected
DeclareContinuousState(int num_state_variables)LeafSystem< T >protected
DeclareContinuousState(int num_q, int num_v, int num_z)LeafSystem< T >protected
DeclareContinuousState(const BasicVector< T > &model_vector)LeafSystem< T >protected
DeclareContinuousState(const BasicVector< T > &model_vector, int num_q, int num_v, int num_z)LeafSystem< T >protected
DeclareDiscreteState(const BasicVector< T > &model_vector)LeafSystem< T >protected
DeclareDiscreteState(const Eigen::Ref< const VectorX< T >> &vector)LeafSystem< T >protected
DeclareDiscreteState(int num_state_variables)LeafSystem< T >protected
DeclareEqualityConstraint(void(MySystem::*calc)(const Context< T > &, VectorX< T > *) const, int count, std::string description)LeafSystem< T >protected
DeclareEqualityConstraint(ContextConstraintCalc< T > calc, int count, std::string description)LeafSystem< T >protected
DeclareForcedDiscreteUpdateEvent(EventStatus(MySystem::*update)(const Context< T > &, DiscreteValues< T > *) const)LeafSystem< T >protected
DeclareForcedPublishEvent(EventStatus(MySystem::*publish)(const Context< T > &) const)LeafSystem< T >protected
DeclareForcedUnrestrictedUpdateEvent(EventStatus(MySystem::*update)(const Context< T > &, State< T > *) const)LeafSystem< T >protected
DeclareImplicitTimeDerivativesResidualSize(int n)LeafSystem< T >protected
DeclareInequalityConstraint(void(MySystem::*calc)(const Context< T > &, VectorX< T > *) const, SystemConstraintBounds bounds, std::string description)LeafSystem< T >protected
DeclareInequalityConstraint(ContextConstraintCalc< T > calc, SystemConstraintBounds bounds, std::string description)LeafSystem< T >protected
DeclareInitializationDiscreteUpdateEvent(EventStatus(MySystem::*update)(const Context< T > &, DiscreteValues< T > *) const)LeafSystem< T >protected
DeclareInitializationEvent(const EventType &event)LeafSystem< T >protected
DeclareInitializationPublishEvent(EventStatus(MySystem::*publish)(const Context< T > &) const)LeafSystem< T >protected
DeclareInitializationUnrestrictedUpdateEvent(EventStatus(MySystem::*update)(const Context< T > &, State< T > *) const)LeafSystem< T >protected
DeclareInputPort(std::variant< std::string, UseDefaultName > name, PortDataType type, int size, std::optional< RandomDistribution > random_type=std::nullopt)System< T >protected
DeclareNumericParameter(const BasicVector< T > &model_vector)LeafSystem< T >protected
DeclarePeriodicDiscreteUpdate(double period_sec, double offset_sec)VectorSystem< T >protected
DeclarePeriodicDiscreteUpdateEvent(double period_sec, double offset_sec, EventStatus(MySystem::*update)(const Context< T > &, DiscreteValues< T > *) const)LeafSystem< T >protected
DeclarePeriodicDiscreteUpdateEvent(double period_sec, double offset_sec, void(MySystem::*update)(const Context< T > &, DiscreteValues< T > *) const)LeafSystem< T >protected
DeclarePeriodicEvent(double period_sec, double offset_sec, const EventType &event)LeafSystem< T >protected
DeclarePeriodicPublishEvent(double period_sec, double offset_sec, EventStatus(MySystem::*publish)(const Context< T > &) const)LeafSystem< T >protected
DeclarePeriodicPublishEvent(double period_sec, double offset_sec, void(MySystem::*publish)(const Context< T > &) const)LeafSystem< T >protected
DeclarePeriodicUnrestrictedUpdateEvent(double period_sec, double offset_sec, EventStatus(MySystem::*update)(const Context< T > &, State< T > *) const)LeafSystem< T >protected
DeclarePeriodicUnrestrictedUpdateEvent(double period_sec, double offset_sec, void(MySystem::*update)(const Context< T > &, State< T > *) const)LeafSystem< T >protected
DeclarePerStepDiscreteUpdateEvent(EventStatus(MySystem::*update)(const Context< T > &, DiscreteValues< T > *) const)LeafSystem< T >protected
DeclarePerStepEvent(const EventType &event)LeafSystem< T >protected
DeclarePerStepPublishEvent(EventStatus(MySystem::*publish)(const Context< T > &) const)LeafSystem< T >protected
DeclarePerStepUnrestrictedUpdateEvent(EventStatus(MySystem::*update)(const Context< T > &, State< T > *) const)LeafSystem< T >protected
DeclareStateOutputPort(std::variant< std::string, UseDefaultName > name, ContinuousStateIndex state_index)LeafSystem< T >protected
DeclareStateOutputPort(std::variant< std::string, UseDefaultName > name, DiscreteStateIndex state_index)LeafSystem< T >protected
DeclareStateOutputPort(std::variant< std::string, UseDefaultName > name, AbstractStateIndex state_index)LeafSystem< T >protected
DeclareVectorInputPort(std::variant< std::string, UseDefaultName > name, const BasicVector< T > &model_vector, std::optional< RandomDistribution > random_type=std::nullopt)LeafSystem< T >protected
DeclareVectorInputPort(std::variant< std::string, UseDefaultName > name, int size, std::optional< RandomDistribution > random_type=std::nullopt)LeafSystem< T >protected
DeclareVectorOutputPort(std::variant< std::string, UseDefaultName > name, const BasicVectorSubtype &model_vector, void(MySystem::*calc)(const Context< T > &, BasicVectorSubtype *) const, std::set< DependencyTicket > prerequisites_of_calc={ all_sources_ticket()})LeafSystem< T >protected
DeclareVectorOutputPort(std::variant< std::string, UseDefaultName > name, int size, void(MySystem::*calc)(const Context< T > &, BasicVector< T > *) const, std::set< DependencyTicket > prerequisites_of_calc={ all_sources_ticket()})LeafSystem< T >protected
DeclareVectorOutputPort(std::variant< std::string, UseDefaultName > name, void(MySystem::*calc)(const Context< T > &, BasicVectorSubtype *) const, std::set< DependencyTicket > prerequisites_of_calc={ all_sources_ticket()})LeafSystem< T >protected
DeclareVectorOutputPort(std::variant< std::string, UseDefaultName > name, const BasicVector< T > &model_vector, typename LeafOutputPort< T >::CalcVectorCallback vector_calc_function, std::set< DependencyTicket > prerequisites_of_calc={ all_sources_ticket()})LeafSystem< T >protected
DeclareVectorOutputPort(std::variant< std::string, UseDefaultName > name, int size, typename LeafOutputPort< T >::CalcVectorCallback vector_calc_function, std::set< DependencyTicket > prerequisites_of_calc={ all_sources_ticket()})LeafSystem< T >protected
DeprecateInputPort(const InputPort< T > &port, std::string message)LeafSystem< T >protected
DeprecateOutputPort(const OutputPort< T > &port, std::string message)LeafSystem< T >protected
discrete_state_ticket(DiscreteStateIndex index) constSystem< T >
drake::systems::SystemBase::discrete_state_ticket(DiscreteStateIndex index) constSystemBase
DoAllocateContext() const finalLeafSystem< T >virtual
DoCalcConservativePower(const Context< T > &context) constSystem< T >protectedvirtual
DoCalcImplicitTimeDerivativesResidual(const Context< T > &context, const ContinuousState< T > &proposed_derivatives, EigenPtr< VectorX< T >> residual) constSystem< T >protectedvirtual
DoCalcKineticEnergy(const Context< T > &context) constSystem< T >protectedvirtual
DoCalcNextUpdateTime(const Context< T > &context, CompositeEventCollection< T > *events, T *time) const overrideLeafSystem< T >protectedvirtual
DoCalcNonConservativePower(const Context< T > &context) constSystem< T >protectedvirtual
DoCalcPotentialEnergy(const Context< T > &context) constSystem< T >protectedvirtual
DoCalcTimeDerivatives(const Context< T > &context, ContinuousState< T > *derivatives) const finalVectorSystem< T >protectedvirtual
DoCalcVectorDiscreteVariableUpdates(const Context< T > &context, const Eigen::VectorBlock< const VectorX< T >> &input, const Eigen::VectorBlock< const VectorX< T >> &state, Eigen::VectorBlock< VectorX< T >> *next_state) constVectorSystem< T >protectedvirtual
DoCalcVectorTimeDerivatives(const Context< T > &context, const Eigen::VectorBlock< const VectorX< T >> &input, const Eigen::VectorBlock< const VectorX< T >> &state, Eigen::VectorBlock< VectorX< T >> *derivatives) constVectorSystem< T >protectedvirtual
DoCalcWitnessValue(const Context< T > &context, const WitnessFunction< T > &witness_func) const finalLeafSystem< T >protectedvirtual
DoGetGraphvizFragment(const GraphvizFragmentParams &params) constSystemBaseprotectedvirtual
DoGetWitnessFunctions(const Context< T > &, std::vector< const WitnessFunction< T > * > *) constSystem< T >protectedvirtual
DoMakeLeafContext() constLeafSystem< T >protectedvirtual
DoMapQDotToVelocity(const Context< T > &context, const Eigen::Ref< const VectorX< T >> &qdot, VectorBase< T > *generalized_velocity) constSystem< T >protectedvirtual
DoMapVelocityToQDot(const Context< T > &context, const Eigen::Ref< const VectorX< T >> &generalized_velocity, VectorBase< T > *qdot) constSystem< T >protectedvirtual
EvalAbstractInput(const ContextBase &context, int port_index) constSystemBase
EvalAbstractInputImpl(const char *func, const ContextBase &context, InputPortIndex port_index) constSystemBaseprotected
EvalConservativePower(const Context< T > &context) constSystem< T >
EvalInputValue(const ContextBase &context, int port_index) constSystemBase
EvalKineticEnergy(const Context< T > &context) constSystem< T >
EvalNonConservativePower(const Context< T > &context) constSystem< T >
EvalPotentialEnergy(const Context< T > &context) constSystem< T >
EvalTimeDerivatives(const Context< T > &context) constSystem< T >
EvalUniquePeriodicDiscreteUpdate(const Context< T > &context) constSystem< T >
EvalVectorInput(const Context< T > &context) constVectorSystem< T >protected
drake::systems::LeafSystem::EvalVectorInput(const Context< T > &context, int port_index) constSystem< T >
ExecuteInitializationEvents(Context< T > *context) constSystem< T >
FindUniquePeriodicDiscreteUpdatesOrThrow(const char *api_name, const System< T > &system, const Context< T > &context, std::optional< PeriodicEventData > *timing, EventCollection< DiscreteUpdateEvent< T >> *events)System< T >protectedstatic
FixInputPortsFrom(const System< double > &other_system, const Context< double > &other_context, Context< T > *target_context) constSystem< T >
forced_discrete_update_events_exist() constSystem< T >protected
forced_publish_events_exist() constSystem< T >protected
forced_unrestricted_update_events_exist() constSystem< T >protected
ForcedPublish(const Context< T > &context) constSystem< T >
get_cache_entry(CacheIndex index) constSystemBase
get_constraint(SystemConstraintIndex constraint_index) constSystem< T >
get_context_sizes() constSystemBaseprotected
get_context_sizes(const SystemBase &system)SystemBaseprotectedstatic
get_forced_discrete_update_events() constSystem< T >protected
get_forced_unrestricted_update_events() constSystem< T >protected
get_input_port(int port_index) constSystem< T >
get_input_port() constSystem< T >
get_input_port_base(InputPortIndex port_index) constSystemBase
get_input_port_selection(std::variant< InputPortSelection, InputPortIndex > port_index) constSystem< T >
get_mesh() constBarycentricMeshSystem< T >
get_mutable_cache_entry(CacheIndex index)SystemBase
get_mutable_context_sizes()SystemBaseprotected
get_mutable_forced_discrete_update_events()System< T >protected
get_mutable_forced_publish_events()System< T >protected
get_mutable_forced_unrestricted_update_events()System< T >protected
get_mutable_system_scalar_converter()System< T >protected
get_name() constSystemBase
get_output_port(int port_index) constSystem< T >
get_output_port() constSystem< T >
get_output_port_base(OutputPortIndex port_index) constSystemBase
get_output_port_selection(std::variant< OutputPortSelection, OutputPortIndex > port_index) constSystem< T >
get_output_values() constBarycentricMeshSystem< T >
get_parent_service() constSystemBaseprotected
get_system_id() constSystemBaseprotected
get_system_scalar_converter() constSystem< T >
get_time_derivatives_cache_entry() constSystem< T >
GetDirectFeedthroughs() const finalLeafSystem< T >virtual
drake::systems::System::GetDirectFeedthroughs() const=0System< T >
GetGraphvizFragment(std::optional< int > max_depth={}, const std::map< std::string, std::string > &options={}) constSystemBase
GetGraphvizString(std::optional< int > max_depth={}, const std::map< std::string, std::string > &options={}) constSystem< T >
drake::systems::SystemBase::GetGraphvizString(std::optional< int > max_depth={}, const std::map< std::string, std::string > &options={}) constSystemBase
GetInitializationEvents(const Context< T > &context, CompositeEventCollection< T > *events) constSystem< T >
GetInputPort(const std::string &port_name) constSystem< T >
GetInputPortBaseOrThrow(const char *func, int port_index, bool warn_deprecated) constSystemBaseprotected
GetMemoryObjectName() constSystem< T >
drake::systems::SystemBase::GetMemoryObjectName() constSystemBase
GetMutableNumericParameter(Context< T > *context, int index) constLeafSystem< T >protected
GetMutableOutputVector(SystemOutput< T > *output, int port_index) constSystem< T >protected
GetMutableSubsystemContext(const System< T > &subsystem, Context< T > *context) constSystem< T >
GetMyContextFromRoot(const Context< T > &root_context) constSystem< T >
GetMyMutableContextFromRoot(Context< T > *root_context) constSystem< T >
GetNumericParameter(const Context< T > &context, int index) constLeafSystem< T >protected
GetOutputPort(const std::string &port_name) constSystem< T >
GetOutputPortBaseOrThrow(const char *func, int port_index, bool warn_deprecated) constSystemBaseprotected
GetPeriodicEvents(const Context< T > &context, CompositeEventCollection< T > *events) constSystem< T >
GetPerStepEvents(const Context< T > &context, CompositeEventCollection< T > *events) constSystem< T >
GetSubsystemContext(const System< T > &subsystem, const Context< T > &context) constSystem< T >
GetSystemName() const finalSystemBase
GetSystemPathname() const finalSystemBase
GetSystemType() const finalSystemBase
GetUniquePeriodicDiscreteUpdateAttribute() constSystem< T >
GetUnsupportedScalarConversionMessage(const std::type_info &source_type, const std::type_info &destination_type) constSystemBaseprotectedvirtual
GetVectorState(const Context< T > &context) constVectorSystem< T >protected
GetWitnessFunctions(const Context< T > &context, std::vector< const WitnessFunction< T > * > *w) constSystem< T >
HasAnyDirectFeedthrough() constSystem< T >
HasDirectFeedthrough(int output_port) constSystem< T >
HasDirectFeedthrough(int input_port, int output_port) constSystem< T >
HasInputPort(const std::string &port_name) constSystem< T >
HasOutputPort(const std::string &port_name) constSystem< T >
implicit_time_derivatives_residual_size() constSystemBase
InitializeContextBase(ContextBase *context) constSystemBaseprotected
input_port_ticket(InputPortIndex index) constSystem< T >
drake::systems::SystemBase::input_port_ticket(InputPortIndex index) constSystemBase
IsDifferenceEquationSystem(double *time_period=nullptr) constSystem< T >
IsDifferentialEquationSystem() constSystem< T >
ke_ticket()System< T >static
drake::systems::SystemBase::ke_ticket()SystemBasestatic
kinematics_ticket()System< T >static
drake::systems::SystemBase::kinematics_ticket()SystemBasestatic
LeafSystem(const LeafSystem &)=deleteLeafSystem< T >
LeafSystem(LeafSystem &&)=deleteLeafSystem< T >
LeafSystem()LeafSystem< T >protected
LeafSystem(SystemScalarConverter converter)LeafSystem< T >explicitprotected
MakeWitnessFunction(const std::string &description, const WitnessFunctionDirection &direction_type, T(MySystem::*calc)(const Context< T > &) const) constLeafSystem< T >protected
MakeWitnessFunction(const std::string &description, const WitnessFunctionDirection &direction_type, std::function< T(const Context< T > &)> calc) constLeafSystem< T >protected
MakeWitnessFunction(const std::string &description, const WitnessFunctionDirection &direction_type, T(MySystem::*calc)(const Context< T > &) const, void(MySystem::*publish_callback)(const Context< T > &, const PublishEvent< T > &) const) constLeafSystem< T >protected
MakeWitnessFunction(const std::string &description, const WitnessFunctionDirection &direction_type, T(MySystem::*calc)(const Context< T > &) const, void(MySystem::*du_callback)(const Context< T > &, const DiscreteUpdateEvent< T > &, DiscreteValues< T > *) const) constLeafSystem< T >protected
MakeWitnessFunction(const std::string &description, const WitnessFunctionDirection &direction_type, T(MySystem::*calc)(const Context< T > &) const, void(MySystem::*uu_callback)(const Context< T > &, const UnrestrictedUpdateEvent< T > &, State< T > *) const) constLeafSystem< T >protected
MakeWitnessFunction(const std::string &description, const WitnessFunctionDirection &direction_type, T(MySystem::*calc)(const Context< T > &) const, const Event< T > &e) constLeafSystem< T >protected
MakeWitnessFunction(const std::string &description, const WitnessFunctionDirection &direction_type, std::function< T(const Context< T > &)> calc, const Event< T > &e) constLeafSystem< T >protected
MapPeriodicEventsByTiming(const Context< T > *context=nullptr) constSystem< T >
MapQDotToVelocity(const Context< T > &context, const VectorBase< T > &qdot, VectorBase< T > *generalized_velocity) constSystem< T >
MapQDotToVelocity(const Context< T > &context, const Eigen::Ref< const VectorX< T >> &qdot, VectorBase< T > *generalized_velocity) constSystem< T >
MapVelocityToQDot(const Context< T > &context, const VectorBase< T > &generalized_velocity, VectorBase< T > *qdot) constSystem< T >
MapVelocityToQDot(const Context< T > &context, const Eigen::Ref< const VectorX< T >> &generalized_velocity, VectorBase< T > *qdot) constSystem< T >
drake::systems::System::NextInputPortName(std::variant< std::string, UseDefaultName > given_name) constSystemBaseprotected
drake::systems::System::NextOutputPortName(std::variant< std::string, UseDefaultName > given_name) constSystemBaseprotected
nothing_ticket()System< T >static
drake::systems::SystemBase::nothing_ticket()SystemBasestatic
num_abstract_parameters() constSystemBase
num_abstract_states() constSystemBase
num_cache_entries() constSystemBase
num_constraints() constSystem< T >
num_continuous_states() constSystemBase
num_discrete_state_groups() constSystemBase
num_input_ports() constSystem< T >
drake::systems::SystemBase::num_input_ports() constSystemBase
num_numeric_parameter_groups() constSystemBase
num_output_ports() constSystem< T >
drake::systems::SystemBase::num_output_ports() constSystemBase
num_total_inputs() constSystemBase
num_total_outputs() constSystemBase
numeric_parameter_ticket(NumericParameterIndex index) constSystem< T >
drake::systems::SystemBase::numeric_parameter_ticket(NumericParameterIndex index) constSystemBase
operator=(const BarycentricMeshSystem &)=deleteBarycentricMeshSystem< T >
operator=(BarycentricMeshSystem &&)=deleteBarycentricMeshSystem< T >
drake::systems::VectorSystem::operator=(const VectorSystem &)=deleteVectorSystem< T >
drake::systems::VectorSystem::operator=(VectorSystem &&)=deleteVectorSystem< T >
drake::systems::LeafSystem::operator=(const LeafSystem &)=deleteLeafSystem< T >
drake::systems::LeafSystem::operator=(LeafSystem &&)=deleteLeafSystem< T >
drake::systems::System::operator=(const System &)=deleteSystem< T >
drake::systems::System::operator=(System &&)=deleteSystem< T >
drake::systems::SystemBase::operator=(const SystemBase &)=deleteSystemBase
drake::systems::SystemBase::operator=(SystemBase &&)=deleteSystemBase
output_port_ticket(OutputPortIndex index) constSystemBase
pa_ticket()System< T >static
drake::systems::SystemBase::pa_ticket()SystemBasestatic
pc_ticket()System< T >static
drake::systems::SystemBase::pc_ticket()SystemBasestatic
pe_ticket()System< T >static
drake::systems::SystemBase::pe_ticket()SystemBasestatic
pn_ticket()System< T >static
drake::systems::SystemBase::pn_ticket()SystemBasestatic
pnc_ticket()System< T >static
drake::systems::SystemBase::pnc_ticket()SystemBasestatic
Publish(const Context< T > &context, const EventCollection< PublishEvent< T >> &events) constSystem< T >
q_ticket()System< T >static
drake::systems::SystemBase::q_ticket()SystemBasestatic
Scalar typedefSystem< T >
set_forced_discrete_update_events(std::unique_ptr< EventCollection< DiscreteUpdateEvent< T >>> forced)System< T >protected
set_forced_publish_events(std::unique_ptr< EventCollection< PublishEvent< T >>> forced)System< T >protected
set_forced_unrestricted_update_events(std::unique_ptr< EventCollection< UnrestrictedUpdateEvent< T >>> forced)System< T >protected
set_implicit_time_derivatives_residual_size(int n)SystemBaseprotected
set_name(const std::string &name)SystemBase
set_parent_service(SystemBase *child, const internal::SystemParentServiceInterface *parent_service)SystemBaseprotectedstatic
SetDefaultContext(Context< T > *context) constSystem< T >
SetDefaultParameters(const Context< T > &context, Parameters< T > *parameters) const overrideLeafSystem< T >virtual
SetDefaultState(const Context< T > &context, State< T > *state) const overrideLeafSystem< T >virtual
SetRandomContext(Context< T > *context, RandomGenerator *generator) constSystem< T >
SetRandomParameters(const Context< T > &context, Parameters< T > *parameters, RandomGenerator *generator) constSystem< T >virtual
SetRandomState(const Context< T > &context, State< T > *state, RandomGenerator *generator) constSystem< T >virtual
System(const System &)=deleteSystem< T >
System(System &&)=deleteSystem< T >
System(SystemScalarConverter converter)System< T >explicitprotected
SystemBase(const SystemBase &)=deleteSystemBase
SystemBase(SystemBase &&)=deleteSystemBase
SystemBase()=defaultSystemBaseprotected
ThrowCantEvaluateInputPort(const char *func, InputPortIndex port_index) constSystemBaseprotected
ThrowInputPortHasWrongType(const char *func, InputPortIndex port_index, const std::string &expected_type, const std::string &actual_type) constSystemBaseprotected
ThrowInputPortHasWrongType(const char *func, const std::string &system_pathname, InputPortIndex, const std::string &port_name, const std::string &expected_type, const std::string &actual_type)SystemBaseprotectedstatic
ThrowInputPortIndexOutOfRange(const char *func, InputPortIndex port_index) constSystemBaseprotected
ThrowNegativePortIndex(const char *func, int port_index) constSystemBaseprotected
ThrowNotAVectorInputPort(const char *func, InputPortIndex port_index) constSystemBaseprotected
ThrowOutputPortIndexOutOfRange(const char *func, OutputPortIndex port_index) constSystemBaseprotected
ThrowValidateContextMismatch(const ContextBase &) constSystemBaseprotected
time_ticket()System< T >static
drake::systems::SystemBase::time_ticket()SystemBasestatic
ToAutoDiffXd() constSystem< T >
ToAutoDiffXd(const S< T > &from)System< T >static
ToAutoDiffXdMaybe() constSystem< T >
ToScalarType() constSystem< T >
ToScalarType(const S< T > &from)System< T >static
ToScalarTypeMaybe() constSystem< T >
ToSymbolic() constSystem< T >
ToSymbolic(const S< T > &from)System< T >static
ToSymbolicMaybe() constSystem< T >
v_ticket()System< T >static
drake::systems::SystemBase::v_ticket()SystemBasestatic
ValidateContext(const ContextBase &context) const finalSystemBase
ValidateContext(const ContextBase *context) constSystemBase
ValidateCreatedForThisSystem(const Clazz &object) constSystemBase
VectorSystem(const VectorSystem &)=deleteVectorSystem< T >
VectorSystem(VectorSystem &&)=deleteVectorSystem< T >
VectorSystem(int input_size, int output_size, std::optional< bool > direct_feedthrough=std::nullopt)VectorSystem< T >protected
VectorSystem(SystemScalarConverter converter, int input_size, int output_size, std::optional< bool > direct_feedthrough=std::nullopt)VectorSystem< T >protected
xa_ticket()System< T >static
drake::systems::SystemBase::xa_ticket()SystemBasestatic
xc_ticket()System< T >static
drake::systems::SystemBase::xc_ticket()SystemBasestatic
xcdot_ticket()System< T >static
drake::systems::SystemBase::xcdot_ticket()SystemBasestatic
xd_ticket()System< T >static
drake::systems::SystemBase::xd_ticket()SystemBasestatic
xd_unique_periodic_update_ticket()SystemBasestatic
z_ticket()System< T >static
drake::systems::SystemBase::z_ticket()SystemBasestatic
~LeafSystem() overrideLeafSystem< T >
~System() overrideSystem< T >
~SystemBase() overrideSystemBase
~VectorSystem() override=defaultVectorSystem< T >