The PatchInfo class provides an interface for defining patch info.
More...
The PatchInfo class provides an interface for defining patch info.
Definition at line 35 of file patch_info.hpp.
◆ PatchInfo()
bitpit::PatchInfo::PatchInfo |
( |
PatchKernel const * | patch | ) |
|
|
protected |
Default constructor
- Parameters
-
patch | is patch from which the informations will be extracted |
Definition at line 46 of file patch_info.cpp.
◆ _extract()
virtual void bitpit::PatchInfo::_extract |
( |
| ) |
|
|
protectedpure virtual |
◆ _init()
virtual void bitpit::PatchInfo::_init |
( |
| ) |
|
|
protectedpure virtual |
◆ _reset()
virtual void bitpit::PatchInfo::_reset |
( |
| ) |
|
|
protectedpure virtual |
◆ extract()
void bitpit::PatchInfo::extract |
( |
| ) |
|
◆ getPatch()
PatchKernel const & bitpit::PatchInfo::getPatch |
( |
| ) |
const |
Gets the patch associated with the info.
- Returns
- Returns the patch associated with the info.
Definition at line 57 of file patch_info.cpp.
◆ reset()
void bitpit::PatchInfo::reset |
( |
| ) |
|
◆ setPatch() [1/2]
void bitpit::PatchInfo::setPatch |
( |
PatchKernel const * | patch | ) |
|
Sets the patch associated to the info.
- Parameters
-
patch | is patch from which the informations will be extracted |
Definition at line 67 of file patch_info.cpp.
◆ setPatch() [2/2]
void bitpit::PatchInfo::setPatch |
( |
PatchKernel const * | patch, |
|
|
bool | initialize ) |
|
protected |
Sets the patch associated to the info.
- Parameters
-
patch | is patch from which the informations will be extracted |
initialize | if set to true the initializatino function will be called |
Definition at line 78 of file patch_info.cpp.
◆ update()
void bitpit::PatchInfo::update |
( |
| ) |
|
◆ m_patch
The documentation for this class was generated from the following files:
---
layout: doxygen_footer
---