Skip to main content

CompiledPipelineSegment Struct

Declaration

struct simaai::neat::graph::CompiledPipelineSegment { ... }

Included Headers

#include <Compiler.h>

Public Member Attributes Index

intid = -1
std::vector< NodeId >node_ids
simaai::neat::NodeGroupgroup
std::vector< std::size_t >input_edges
std::vector< std::size_t >output_edges
boolsource_like = false
OutputSpecinput_spec
boolinput_complete = false
OutputSpecoutput_spec
booloutput_complete = false

Definition at line 26 of file Compiler.h.

Public Member Attributes

group

simaai::neat::NodeGroup simaai::neat::graph::CompiledPipelineSegment::group

Definition at line 29 of file Compiler.h.

29 simaai::neat::NodeGroup group;

id

int simaai::neat::graph::CompiledPipelineSegment::id = -1

Definition at line 27 of file Compiler.h.

27 int id = -1;

input_complete

bool simaai::neat::graph::CompiledPipelineSegment::input_complete = false

Definition at line 34 of file Compiler.h.

34 bool input_complete = false;

input_edges

std::vector<std::size_t> simaai::neat::graph::CompiledPipelineSegment::input_edges

Definition at line 30 of file Compiler.h.

30 std::vector<std::size_t> input_edges;

input_spec

OutputSpec simaai::neat::graph::CompiledPipelineSegment::input_spec

Definition at line 33 of file Compiler.h.

33 OutputSpec input_spec;

node_ids

std::vector<NodeId> simaai::neat::graph::CompiledPipelineSegment::node_ids

Definition at line 28 of file Compiler.h.

28 std::vector<NodeId> node_ids;

output_complete

bool simaai::neat::graph::CompiledPipelineSegment::output_complete = false

Definition at line 36 of file Compiler.h.

36 bool output_complete = false;

output_edges

std::vector<std::size_t> simaai::neat::graph::CompiledPipelineSegment::output_edges

Definition at line 31 of file Compiler.h.

31 std::vector<std::size_t> output_edges;

output_spec

OutputSpec simaai::neat::graph::CompiledPipelineSegment::output_spec

Definition at line 35 of file Compiler.h.

35 OutputSpec output_spec;

source_like

bool simaai::neat::graph::CompiledPipelineSegment::source_like = false

Definition at line 32 of file Compiler.h.

32 bool source_like = false;

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


Generated via doxygen2docusaurus 2.0.0 by Doxygen 1.9.1.