Face Class Reference

#include <RobotAPI/components/EarlyVisionGraph/GraphGenerator.h>

Public Member Functions

 Face ()
 
 Face (int n1, int n2, int n3)
 
void set (int n1, int n2, int n3)
 
 ~Face ()
 

Public Attributes

int m_n1
 
int m_n2
 
int m_n3
 

Detailed Description

Definition at line 34 of file GraphGenerator.h.

Constructor & Destructor Documentation

◆ Face() [1/2]

Face ( )
inline

Definition at line 37 of file GraphGenerator.h.

◆ Face() [2/2]

Face ( int  n1,
int  n2,
int  n3 
)
inline

Definition at line 38 of file GraphGenerator.h.

+ Here is the call graph for this function:

◆ ~Face()

~Face ( )
inline

Definition at line 42 of file GraphGenerator.h.

Member Function Documentation

◆ set()

void set ( int  n1,
int  n2,
int  n3 
)
inline

Definition at line 44 of file GraphGenerator.h.

+ Here is the caller graph for this function:

Member Data Documentation

◆ m_n1

int m_n1

Definition at line 49 of file GraphGenerator.h.

◆ m_n2

int m_n2

Definition at line 52 of file GraphGenerator.h.

◆ m_n3

int m_n3

Definition at line 53 of file GraphGenerator.h.


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