Skip to main content

SimaRender Class

Declaration

class simaai::neat::SimaRender { ... }

Included Headers

#include <SimaRender.h>

Base classes

classNode
classOutputSpecProvider

Public Constructors Index

SimaRender (SimaRenderOptions opt={})

Public Member Functions Index

std::stringkind () const override
NodeCapsBehaviorcaps_behavior () const override
boolhas_config_json () const override
boolwire_input_names (const std::vector< std::string > &upstream_names, const std::string &tag) override
std::stringbackend_fragment (int node_index) const override
std::vector< std::string >element_names (int node_index) const override
OutputSpecoutput_spec (const OutputSpec &input) const override
const SimaRenderOptions &options () const

Private Member Attributes Index

SimaRenderOptionsopt_
std::shared_ptr< ConfigHolder >config_holder_
std::stringconfig_path_

Definition at line 25 of file SimaRender.h.

Public Constructors

SimaRender()

simaai::neat::SimaRender::SimaRender (SimaRenderOptions opt={})
explicit

Definition at line 27 of file SimaRender.h.

Public Member Functions

backend_fragment()

std::string simaai::neat::SimaRender::backend_fragment (int node_index)

Definition at line 38 of file SimaRender.h.

caps_behavior()

NodeCapsBehavior simaai::neat::SimaRender::caps_behavior ()
inline

Definition at line 32 of file SimaRender.h.

32 NodeCapsBehavior caps_behavior() const override {
33 return NodeCapsBehavior::Static;
34 }

element_names()

std::vector<std::string> simaai::neat::SimaRender::element_names (int node_index)

Definition at line 39 of file SimaRender.h.

has_config_json()

bool simaai::neat::SimaRender::has_config_json ()

Definition at line 35 of file SimaRender.h.

kind()

std::string simaai::neat::SimaRender::kind ()
inline

Definition at line 29 of file SimaRender.h.

29 std::string kind() const override {
30 return "SimaRender";
31 }

options()

const SimaRenderOptions& simaai::neat::SimaRender::options ()
inline

Definition at line 42 of file SimaRender.h.

42 const SimaRenderOptions& options() const {
43 return opt_;
44 }

output_spec()

OutputSpec simaai::neat::SimaRender::output_spec (const OutputSpec & input)

Definition at line 40 of file SimaRender.h.

wire_input_names()

bool simaai::neat::SimaRender::wire_input_names (const std::vector< std::string > & upstream_names, const std::string & tag)

Definition at line 36 of file SimaRender.h.

Private Member Attributes

config_holder_

std::shared_ptr<ConfigHolder> simaai::neat::SimaRender::config_holder_

Definition at line 50 of file SimaRender.h.

50 std::shared_ptr<ConfigHolder> config_holder_;

config_path_

std::string simaai::neat::SimaRender::config_path_

Definition at line 51 of file SimaRender.h.

51 std::string config_path_;

opt_

SimaRenderOptions simaai::neat::SimaRender::opt_

Definition at line 49 of file SimaRender.h.

47 struct ConfigHolder;

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


Generated via doxygen2docusaurus 2.0.0 by Doxygen 1.9.1.