FRX SDK Documentation
2025 SP0
Loading...
Searching...
No Matches
SDK
FxARX
_impl_include
amodeler
Curve.h
Go to the documentation of this file.
1
//
2
// (C) Copyright 2005-2024 by Graebert GmbH.
3
//
4
// Permission to use, copy, modify, and distribute this software in
5
// object code form for any purpose and without fee is hereby granted,
6
// provided that the above copyright notice appears in all copies and
7
// that both that copyright notice and the limited warranty and
8
// restricted rights notice below appear in all supporting
9
// documentation.
10
//
11
// GRAEBERT PROVIDES THIS PROGRAM "AS IS" AND WITH ALL FAULTS.
12
// GRAEBERT SPECIFICALLY DISCLAIMS ANY IMPLIED WARRANTY OF
13
// MERCHANTABILITY OR FITNESS FOR A PARTICULAR USE. GRAEBERT GMBH
14
// DOES NOT WARRANT THAT THE OPERATION OF THE PROGRAM WILL BE
15
// UNINTERRUPTED OR ERROR FREE.
16
17
#pragma once
18
19
#include "
Entity.h
"
20
21
class
SaveRestoreCallback
;
22
class
Body
;
23
24
class
ARX_API
Curve
:
Entity
25
{
26
public
:
27
enum
Type
28
{
29
Default = 0
30
};
31
public
:
32
Curve
( );
33
Curve
(
Body
* );
34
Curve
(
Curve
&& );
35
Curve
(
Curve
const
& );
36
Curve
&
operator=
(
Curve
&& );
37
Curve
&
operator=
(
Curve
const
& );
38
Curve
*
next
(
void
)
const
;
39
virtual
~Curve
(
void
);
40
virtual
void
restore
(
SaveRestoreCallback
* );
41
virtual
void
save
(
SaveRestoreCallback
* )
const
;
42
void
__autoclassinit2
(
unsigned
__int64
);
43
void
setNext
(
Curve
* );
44
45
};
ARX_API
#define ARX_API
Definition
_impl_include/ac1st/CommonHeader.h:21
Entity.h
AcArrayObjectCopyReallocator
Definition
_AcArray.h:21
Body
Definition
Body.h:44
Curve
Definition
Curve.h:25
Curve::operator=
Curve & operator=(Curve &&)
Curve::restore
virtual void restore(SaveRestoreCallback *)
Curve::operator=
Curve & operator=(Curve const &)
Curve::setNext
void setNext(Curve *)
Curve::Curve
Curve(Curve const &)
Curve::Type
Type
Definition
Curve.h:28
Curve::__autoclassinit2
void __autoclassinit2(unsigned __int64)
Curve::save
virtual void save(SaveRestoreCallback *) const
Curve::next
Curve * next(void) const
Curve::Curve
Curve()
Curve::Curve
Curve(Curve &&)
Curve::~Curve
virtual ~Curve(void)
Curve::Curve
Curve(Body *)
Entity
Definition
Entity.h:20
SaveRestoreCallback
Definition
SaveRestoreCallback.h:20
Generated on Mon Mar 4 2024 12:50:08