Developer documentation | Axl-2.5.1
Main Page
Classes
Files
File List
File Members
src
axlCore
axlAbstractVolumeImplicit.cpp
Go to the documentation of this file.
1
/* axlAbstractVolumeImplicit.cpp ---
2
*
3
* Author:Anais Ducoffe
4
* Copyright (C) 2012 - Anais Ducoffe, Inria.
5
* Created:
6
* Version: $Id$
7
* Last-Updated:
8
* By:
9
* Update #:
10
*/
11
12
/* Commentary:
13
*
14
*/
15
16
/* Change log:
17
*
18
*/
19
20
#include "
axlAbstractVolumeImplicit.h
"
21
22
#include <dtkCoreSupport/dtkGlobal.h>
23
24
class
axlAbstractVolumeImplicitPrivate
25
{
26
public
:
27
};
28
29
axlAbstractVolumeImplicit::axlAbstractVolumeImplicit
(
void
) :
axlAbstractVolume
(), d(new axlAbstractVolumeImplicitPrivate)
30
{
31
32
}
33
34
axlAbstractVolumeImplicit::~axlAbstractVolumeImplicit
(
void
)
35
{
36
delete
d;
37
38
d = NULL;
39
}
axlAbstractVolumeImplicit::~axlAbstractVolumeImplicit
virtual ~axlAbstractVolumeImplicit(void)
Definition:
axlAbstractVolumeImplicit.cpp:34
axlAbstractVolume
Definition:
axlAbstractVolume.h:31
axlAbstractVolumeImplicit::axlAbstractVolumeImplicit
axlAbstractVolumeImplicit(void)
Definition:
axlAbstractVolumeImplicit.cpp:29
axlAbstractVolumeImplicit.h
Generated on Sun Dec 2 2018 20:28:08 for Axl-2.5.1 by 1.8.9.1