Skip to main content

OptiViewObject Struct

Declaration

struct simaai::neat::OptiViewObject { ... }

Included Headers

Public Member Attributes Index

intx = 0
inty = 0
intw = 0
inth = 0
floatscore = 0.0f
intclass_id = -1

Definition at line 15 of file OptiViewJsonOutput.h.

Public Member Attributes

class_id

int simaai::neat::OptiViewObject::class_id = -1

Definition at line 21 of file OptiViewJsonOutput.h.

21 int class_id = -1;

h

int simaai::neat::OptiViewObject::h = 0

Definition at line 19 of file OptiViewJsonOutput.h.

19 int h = 0;

score

float simaai::neat::OptiViewObject::score = 0.0f

Definition at line 20 of file OptiViewJsonOutput.h.

20 float score = 0.0f;

w

int simaai::neat::OptiViewObject::w = 0

Definition at line 18 of file OptiViewJsonOutput.h.

18 int w = 0;

x

int simaai::neat::OptiViewObject::x = 0

Definition at line 16 of file OptiViewJsonOutput.h.

16 int x = 0;

y

int simaai::neat::OptiViewObject::y = 0

Definition at line 17 of file OptiViewJsonOutput.h.

17 int y = 0;

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


Generated via doxygen2docusaurus 2.0.0 by Doxygen 1.9.1.