SiGraph: sulcal graphs


sigraph::LearnConstParam Struct Reference

#include <si/model/learnParam.h>

Collaboration diagram for sigraph::LearnConstParam:

Public Member Functions

 LearnConstParam ()
 
 ~LearnConstParam ()
 
 LearnConstParam (const struct LearnParam &lp)
 
LearnConstParamoperator= (const LearnParam &lp)
 
LearnConstParamoperator= (const LearnConstParam &lp)
 la clique, la liste et le graphe sont partagés, outp et class_id sont copiés
 

Public Attributes

const Cliqueclique
 
Graphgraph
 
AdapDescrdescr
 
AdaptiveLeafadap
 
double outp
 
int class_id
 
int cycle
 

Detailed Description

Definition at line 15 of file learnParam.h.

Constructor & Destructor Documentation

◆ LearnConstParam() [1/2]

sigraph::LearnConstParam::LearnConstParam ( )
inline

Definition at line 27 of file learnParam.h.

References adap, clique, descr, and graph.

Referenced by operator=().

◆ ~LearnConstParam()

sigraph::LearnConstParam::~LearnConstParam ( )
inline

Definition at line 29 of file learnParam.h.

◆ LearnConstParam() [2/2]

sigraph::LearnConstParam::LearnConstParam ( const struct LearnParam & lp)
inline

Definition at line 30 of file learnParam.h.

References operator=().

Member Function Documentation

◆ operator=() [1/2]

LearnConstParam & sigraph::LearnConstParam::operator= ( const LearnConstParam & lp)
inline

la clique, la liste et le graphe sont partagés, outp et class_id sont copiés

Definition at line 74 of file learnParam.h.

References adap, class_id, clique, cycle, descr, graph, LearnConstParam(), and outp.

◆ operator=() [2/2]

Member Data Documentation

◆ adap

AdaptiveLeaf* sigraph::LearnConstParam::adap

Definition at line 20 of file learnParam.h.

Referenced by LearnConstParam(), operator=(), operator=(), and sigraph::LearnParam::operator=().

◆ class_id

int sigraph::LearnConstParam::class_id

Definition at line 23 of file learnParam.h.

Referenced by operator=(), operator=(), and sigraph::LearnParam::operator=().

◆ clique

const Clique* sigraph::LearnConstParam::clique

Definition at line 17 of file learnParam.h.

Referenced by LearnConstParam(), operator=(), operator=(), and sigraph::LearnParam::operator=().

◆ cycle

int sigraph::LearnConstParam::cycle

Definition at line 24 of file learnParam.h.

Referenced by operator=(), operator=(), and sigraph::LearnParam::operator=().

◆ descr

AdapDescr* sigraph::LearnConstParam::descr

Definition at line 19 of file learnParam.h.

Referenced by LearnConstParam(), operator=(), operator=(), and sigraph::LearnParam::operator=().

◆ graph

Graph* sigraph::LearnConstParam::graph

Definition at line 18 of file learnParam.h.

Referenced by LearnConstParam(), operator=(), operator=(), and sigraph::LearnParam::operator=().

◆ outp

double sigraph::LearnConstParam::outp

Definition at line 22 of file learnParam.h.

Referenced by operator=(), operator=(), and sigraph::LearnParam::operator=().


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