cisst-saw
Loading...
Searching...
No Matches
vctRandomDynamicNArray.h
Go to the documentation of this file.
1/* -*- Mode: C++; tab-width: 4; indent-tabs-mode: nil; c-basic-offset: 4 -*- */
2/* ex: set filetype=cpp softtabstop=4 shiftwidth=4 tabstop=4 cindent expandtab: */
3
4/*
5
6 Author(s): Anton Deguet
7 Created on: 2007-02-11
8
9 (C) Copyright 2007-2026 Johns Hopkins University (JHU), All Rights
10 Reserved.
11
12--- begin cisst license - do not edit ---
13
14This software is provided "as is" under an open source license, with
15no warranty. The complete license can be found in license.txt and
16http://www.cisst.org/cisst/license.txt.
17
18--- end cisst license ---
19*/
20
21#pragma once
22#ifndef _vctRandomDynamicNArray_h
23#define _vctRandomDynamicNArray_h
24
29
32
35
48
49template <class _nArrayOwnerType, typename _elementType, vct::size_type _dimension>
62
63template <typename _elementType, vct::size_type _dimension>
71
72
73#endif // _vctRandomDynamicNArray_h
Provide an interface to a reproducible random sequence.
Definition cmnRandomSequence.h:67
static cmnRandomSequence & GetInstance(void)
Definition cmnRandomSequence.h:138
void ExtractRandomValue(_valueType &result)
Definition vctDynamicNArrayBase.h:41
iterator end(void)
Definition vctDynamicNArrayBase.h:104
iterator begin(void)
Definition vctDynamicNArrayBase.h:91
OwnerType::iterator iterator
Definition vctDynamicNArrayBase.h:60
Dynamic nArray referencing existing memory.
Definition vctDynamicNArrayRef.h:89
vctDynamicNArrayBase< vctDynamicNArrayRefOwner< _elementType, DIMENSION >, _elementType, DIMENSION > BaseType
Definition vctDynamicNArrayRef.h:99
Portability across compilers and operating systems tools.
Randomization utilities for general use in CISST applications.
void vctRandom(vctDynamicMatrixBase< _matrixOwnerType, _elementType > &matrix, const typename vctDynamicMatrixBase< _matrixOwnerType, _elementType >::value_type min, const typename vctDynamicMatrixBase< _matrixOwnerType, _elementType >::value_type max)
Definition vctRandomDynamicMatrix.h:47
const_iterator end(void) const
Definition vctDynamicConstMatrixBase.h:209
OwnerType::iterator iterator
Definition vctDynamicConstMatrixBase.h:92
Declaration of vctDynamicNArray.
Forward declarations and #define for cisstVector.