JunkBox_Lib++ (for Windows) 1.10.1
|
#include <tools++.h>
Public Member Functions | |
ArrayParam (int n=0) | |
virtual | ~ArrayParam (void) |
void | init (int n=0) |
void | free (void) |
void | free_ptr (void) |
int | get_size (void) |
T | get_value (int n) |
bool | set_value (int n, T val) |
void | dup (ArrayParam< T > a, bool del=true) |
ArrayParam (int n=0) | |
virtual | ~ArrayParam (void) |
void | init (int n=0) |
void | free (void) |
void | free_ptr (void) |
int | get_size (void) |
T | get_value (int n) |
bool | set_value (int n, T val) |
void | dup (ArrayParam< T > a, bool del=true) |
Private Attributes | |
int | _size |
T * | _value |
T | _value [JBXL_ARRAYPARAM_MAX_NUM] |
|
inline |
Definition at line 36 of file tools++.h.
References ArrayParam< T >::init().
|
inlinevirtual |
|
inline |
Definition at line 37 of file tools++_alt.h.
References ArrayParam< T >::init().
|
inlinevirtual |
Definition at line 38 of file tools++_alt.h.
void dup | ( | ArrayParam< T > | a, |
bool | del = true ) |
template <typename T> void ArrayParam<T>::dup(ArrayParam<T> a, bool del)
ArrayParam<T> のコピーを作る. 既に何かデータが入っている場合は, del を trueにする. メモリ確保直後(_value の値が不定)の場合に del を trueにすると,セグメンテーションエラーを起こす.
Definition at line 138 of file tools++.h.
References ArrayParam< T >::get_size(), and ArrayParam< T >::get_value().
Referenced by MeshFacetNode::computeVertexByBREP(), MeshFacetNode::computeVertexByBREP(), MeshFacetNode::computeVertexDirect(), MeshFacetNode::computeVertexDirect(), jbxl::CreateContourByVector(), ContourBaseData::dup(), TriPolygonData::dup(), MeshObjectData::importTriData(), and MeshObjectData::importTriData().
void dup | ( | ArrayParam< T > | a, |
bool | del = true ) |
void free | ( | void | ) |
Definition at line 66 of file tools++.h.
Referenced by TriPolygonData::free(), SkinJointData::free(), jbxl::freeArrayParams(), and BREP_VERTEX::~BREP_VERTEX().
void free | ( | void | ) |
void free_ptr | ( | void | ) |
_value[i] がポインタの場合.(実行注意!)
_value 自体は freeしない.
_value[i] がポインタの場合.(実行注意!)
_valkue 自体は freeしない.
Definition at line 82 of file tools++.h.
Referenced by SkinJointData::free().
void free_ptr | ( | void | ) |
|
inline |
Definition at line 43 of file tools++.h.
References ArrayParam< T >::_size.
Referenced by ColladaXML::addController(), ColladaXML::addScene(), ColladaXML::addWeightSource(), GLTFData::createBinDataSeqAoS(), GLTFData::createBinDataSeqSoA(), GLTFData::createShellGeometryData(), and ArrayParam< T >::dup().
|
inline |
T get_value | ( | int | n | ) |
Definition at line 96 of file tools++.h.
References PRINT_MESG.
Referenced by ColladaXML::addController(), ColladaXML::addScene(), GLTFData::addSkeletonNodes(), ColladaXML::addWeightSource(), GLTFData::createBinDataSeqAoS(), GLTFData::createBinDataSeqSoA(), GLTFData::createShellGeometryData(), and ArrayParam< T >::dup().
T get_value | ( | int | n | ) |
void init | ( | int | n = 0 | ) |
Definition at line 51 of file tools++.h.
Referenced by ArrayParam< T >::ArrayParam(), BREP_VERTEX::BREP_VERTEX(), SkinJointData::init(), and TriPolygonData::init().
void init | ( | int | n = 0 | ) |
bool set_value | ( | int | n, |
T | val ) |
Definition at line 113 of file tools++.h.
References PRINT_MESG.
bool set_value | ( | int | n, |
T | val ) |
|
private |
Definition at line 32 of file tools++.h.
Referenced by ArrayParam< T >::get_size().
|
private |
Definition at line 34 of file tools++_alt.h.