VR-Vantage API Documentation
Home
Modules
Namespaces
Classes
Files
Examples
Tutorials
File List
File Members
include
vrvCore
DtRibbonModel.h
Go to the documentation of this file.
1
/*****************************************************************************
2
* Copyright (c) 2012 MAK Technologies, Inc.
3
* All rights reserved.
4
*****************************************************************************/
5
9
10
#pragma once
11
12
#include <
vrvCore/vrvCore.h
>
13
#include <
vrvCore/DtModel.h
>
14
15
#include <matrix/vlVector.h>
16
17
namespace
makVrv
18
{
19
20
class
DtRibbonModelInstance;
21
24
class
DT_DLL_VRVCORE
DtRibbonModel
:
public
DtModel
25
{
26
public
:
27
29
DtRibbonModel
(
DtDe
& de,
DtUniqueID
id
);
30
32
virtual
~
DtRibbonModel
();
33
35
virtual
void
setModelDefinition(
const
std::string& str ) = 0;
36
39
virtual
std::string className()
const
= 0;
40
42
virtual
void
setOcclusionEnabled(
bool
enabled ) = 0;
43
45
virtual
void
setRibbonSpacing(
float
sampleSpacing ) = 0;
46
51
virtual
void
setRibbonLength(
int
maxSamples ) = 0;
52
54
virtual
void
update() = 0;
55
56
};
57
58
}
Copyright © 2005-2013 VT MÄK Inc. All Rights Reserved (
www.mak.com
)