VR-Forces Developer's Guide
Home
Modules
Namespaces
Classes
Files
Examples
File List
File Members
All
Classes
Namespaces
Files
Functions
Variables
Typedefs
Enumerations
Enumerator
Properties
Friends
Macros
Groups
Pages
include
vrvCore
DtVrvArgsProcessors.h
Go to the documentation of this file.
1
/******************************************************************************
2
** Copyright (c) 2023 MAK Technologies, Inc.
3
** All rights reserved.
4
******************************************************************************/
5
9
10
#pragma once
11
12
#include <
vrvCore/vrvCore.h
>
13
14
#include <cmdLine/cmdValueArg.h>
15
16
#include <
vrvMath/DtVector2.h
>
17
#include <
vrvMath/DtVector3.h
>
18
19
#include <string>
20
21
namespace
makVrv
22
{
24
class
DT_DLL_VRVCORE
DtVrvTextureLimitsArgsProcessor
25
{
26
public
:
28
DtVrvTextureLimitsArgsProcessor
();
29
31
virtual
~
DtVrvTextureLimitsArgsProcessor
();
32
34
DtVrvTextureLimitsArgsProcessor
& operator=(
const
DtVrvTextureLimitsArgsProcessor
& rhs) =
delete
;
36
DtVrvTextureLimitsArgsProcessor
(
const
DtVrvTextureLimitsArgsProcessor
& rhs) =
delete
;
37
public
:
38
40
virtual
bool
process(
DtVector2<int>
& textureLimits,
bool
& proportional,
const
DtCmdLine::ValueArg<std::string>& limitsArg)
const
;
41
42
virtual
int
process(
const
DtCmdLine::ValueArg<std::string>& limitsArg)
const
;
43
};
44
46
class
DT_DLL_VRVCORE
DtVrvVector3ArgsProcessor
47
{
48
public
:
50
DtVrvVector3ArgsProcessor
();
51
53
virtual
~
DtVrvVector3ArgsProcessor
();
54
56
DtVrvVector3ArgsProcessor
& operator=(
const
DtVrvVector3ArgsProcessor
& rhs) =
delete
;
58
DtVrvVector3ArgsProcessor
(
const
DtVrvVector3ArgsProcessor
& rhs) =
delete
;
59
public
:
60
62
virtual
bool
process(
DtVector3<int>
&
size
,
const
std::string& sizeString)
const
;
63
};
64
}
DtVector2.h
2 dimensional vector
size
voidpf void uLong size
Definition:
ioapi.h:39
DtVector3.h
3 dimensional vector
DT_DLL_VRVCORE
#define DT_DLL_VRVCORE
Definition:
vrvCore.h:20
makVrv::DtVector3< int >
makVrv::DtVrvTextureLimitsArgsProcessor
Utility class to process texture limit arguments (e.g. –limitEntityTextures, –limitTerrainTextures, etc)
Definition:
DtVrvArgsProcessors.h:24
makVrv::DtVrvVector3ArgsProcessor
Utility class to process a size (e.g. –entityGridCellSize, etc)
Definition:
DtVrvArgsProcessors.h:46
makVrv::DtVector2< int >
vrvCore.h
Contains DLL export macros.
Document ID: Generated on Thu Oct 23 22:29:17 EDT 2025 from SVN revision 280951
Copyright © 2005-2024 MAK Technologies. All Rights Reserved (
www.mak.com
)