DI-Guy SDK Documentation
13.7.1
Main Page
Related Pages
Modules
Namespaces
Classes
Files
File List
File Members
diguyMotionExporter.h
Go to the documentation of this file.
1
/****************************************************************************
2
* Copyright (c) 2023 MAK Technologies, Inc.
3
* All rights reserved.
4
****************************************************************************/
5
6
/*********************************************************************
7
**
8
*t diguyMotionExporter
9
**
10
*/
11
12
#pragma once
13
14
#ifdef SWIG
15
%module
diguyMotionExporter
16
#else
17
#define CPLUSPLUS_ONLY
18
#endif
19
20
#ifdef CPLUSPLUS_ONLY
21
#endif
22
23
#include <
declspec_diguy.h
>
24
25
struct
bdiDataSet;
26
33
class
BDI_DECLSPEC_diguy
diguyMotionExporter
34
{
35
public
:
36
37
diguyMotionExporter
() {}
38
39
virtual
int
export_stationary_motion(
const
char
* file_name,
float
tin,
float
tout,
40
int
loop,
float
blend_time = 0.5f ) = 0;
41
42
virtual
void
update_stream_save_flags( bdiDataSet* dataset ) = 0;
43
44
};
declspec_diguy.h
diguyMotionExporter
A class that allows end users to write a simple script for exporting a number of motions from the Mot...
Definition:
diguyMotionExporter.h:31
include
diguyMotionExporter.h
Generated on Mon Sep 23 2024 15:33:47 for DI-Guy SDK Documentation by
1.8.9.1