nndeploy C++ API  0.2.0
nndeploy C++ API
Public Attributes | List of all members
nndeploy::dag::NodeWrapper Class Reference

#include <util.h>

Collaboration diagram for nndeploy::dag::NodeWrapper:
[legend]

Public Attributes

base::NodeColorType color_ = base::kNodeColorWhite
 
bool is_external_
 
std::string name_
 
Nodenode_
 
std::vector< NodeWrapper * > predecessors_
 
std::vector< NodeWrapper * > successors_
 

Detailed Description

Definition at line 17 of file util.h.

Member Data Documentation

◆ color_

base::NodeColorType nndeploy::dag::NodeWrapper::color_ = base::kNodeColorWhite

Definition at line 24 of file util.h.

◆ is_external_

bool nndeploy::dag::NodeWrapper::is_external_

Definition at line 19 of file util.h.

◆ name_

std::string nndeploy::dag::NodeWrapper::name_

Definition at line 21 of file util.h.

◆ node_

Node* nndeploy::dag::NodeWrapper::node_

Definition at line 20 of file util.h.

◆ predecessors_

std::vector<NodeWrapper *> nndeploy::dag::NodeWrapper::predecessors_

Definition at line 22 of file util.h.

◆ successors_

std::vector<NodeWrapper *> nndeploy::dag::NodeWrapper::successors_

Definition at line 23 of file util.h.


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