SiGraph: sulcal graphs


sigraph::FoldCache Class Reference

Cache de clique de sillon. More...

#include <si/fold/foldCache.h>

Inheritance diagram for sigraph::FoldCache:
Collaboration diagram for sigraph::FoldCache:

Public Member Functions

 FoldCache ()
 
virtual ~FoldCache ()
 
virtual CliqueCacheclone () const
 
- Public Member Functions inherited from sigraph::CliqueCache
 CliqueCache ()
 
virtual ~CliqueCache ()
 

Public Attributes

std::vector< double > inputVector
 
bool vecValid
 
std::vector< bool > subVecValid
 

Detailed Description

Cache de clique de sillon.

Definition at line 15 of file foldCache.h.

Constructor & Destructor Documentation

◆ FoldCache()

sigraph::FoldCache::FoldCache ( )

Referenced by clone().

◆ ~FoldCache()

virtual sigraph::FoldCache::~FoldCache ( )
virtual

Member Function Documentation

◆ clone()

CliqueCache * sigraph::FoldCache::clone ( ) const
inlinevirtual

Implements sigraph::CliqueCache.

Definition at line 35 of file foldCache.h.

References sigraph::CliqueCache::CliqueCache(), and FoldCache().

Member Data Documentation

◆ inputVector

std::vector<double> sigraph::FoldCache::inputVector

Definition at line 23 of file foldCache.h.

◆ subVecValid

std::vector<bool> sigraph::FoldCache::subVecValid

Definition at line 25 of file foldCache.h.

◆ vecValid

bool sigraph::FoldCache::vecValid

Definition at line 24 of file foldCache.h.


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