VTK
Common
Core
vtkOptions.h
Go to the documentation of this file.
1
// SPDX-FileCopyrightText: Copyright (c) Ken Martin, Will Schroeder, Bill Lorensen
2
// SPDX-License-Identifier: BSD-3-Clause
3
#ifndef vtkOptions_h
4
#define vtkOptions_h
5
6
/* Whether vtkIdType is a 64-bit integer type (or a 32-bit integer type). */
7
#define VTK_USE_64BIT_IDS
8
9
/* Whether MTime should use a 64-bit integer type on 32 bit builds. */
10
#define VTK_USE_64BIT_TIMESTAMPS
11
12
/* Whether VTK_FUTURE_CONST should be defined as const or nothing. */
13
#define VTK_USE_FUTURE_CONST 0
14
15
/* Whether vtkTypeBool should be defined as int or bool. */
16
#define VTK_USE_FUTURE_BOOL 0
17
18
#endif
Generated by
1.8.13 on Wed Dec 11 2024