Skip to main content

JpegDecode Class

Declaration

class simaai::neat::JpegDecode { ... }

Included Headers

#include <JpegDecode.h>

Base class

classNode

Public Member Functions Index

std::stringkind () const override
NodeCapsBehaviorcaps_behavior () const override
std::stringbackend_fragment (int node_index) const override
std::vector< std::string >element_names (int node_index) const override

Definition at line 15 of file JpegDecode.h.

Public Member Functions

backend_fragment()

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

Definition at line 24 of file JpegDecode.h.

caps_behavior()

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

Definition at line 20 of file JpegDecode.h.

20 NodeCapsBehavior caps_behavior() const override {
21 return NodeCapsBehavior::Dynamic;
22 }

element_names()

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

Definition at line 25 of file JpegDecode.h.

kind()

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

Definition at line 17 of file JpegDecode.h.

17 std::string kind() const override {
18 return "JpegDecode";
19 }

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


Generated via doxygen2docusaurus 2.0.0 by Doxygen 1.9.1.