.TH "SoSFBox3i32" 3 "Thu May 29 2014" "Version 4.0.0a" "Coin" \" -*- nroff -*- .ad l .nh .SH NAME SoSFBox3i32 \- .PP The \fBSoSFBox3i32\fP class is a container for an SbBox3i32 vector\&. .PP This field is used where nodes, engines or other field containers needs to store a box\&. .SH SYNOPSIS .br .PP .PP \fC#include \fP .PP Inherits \fBSoSField\fP\&. .SS "Public Member Functions" .in +1c .ti -1c .RI "virtual \fBSoType\fP \fBgetTypeId\fP (void) const " .br .ti -1c .RI "virtual void \fBcopyFrom\fP (const \fBSoField\fP &field)" .br .ti -1c .RI "const \fBSoSFBox3i32\fP & \fBoperator=\fP (const \fBSoSFBox3i32\fP &field)" .br .ti -1c .RI "virtual SbBool \fBisSame\fP (const \fBSoField\fP &field) const " .br .ti -1c .RI "const SbBox3i32 & \fBgetValue\fP (void) const " .br .ti -1c .RI "void \fBsetValue\fP (const SbBox3i32 &newvalue)" .br .ti -1c .RI "const SbBox3i32 & \fBoperator=\fP (const SbBox3i32 &newvalue)" .br .ti -1c .RI "int \fBoperator==\fP (const \fBSoSFBox3i32\fP &field) const " .br .ti -1c .RI "int \fBoperator!=\fP (const \fBSoSFBox3i32\fP &field) const " .br .ti -1c .RI "void \fBsetValue\fP (int32_t xmin, int32_t ymin, int32_t zmin, int32_t xmax, int32_t ymax, int32_t zmax)" .br .ti -1c .RI "void \fBsetValue\fP (const \fBSbVec3i32\fP &minvec, const \fBSbVec3i32\fP &maxvec)" .br .ti -1c .RI "void \fBgetValue\fP (SbBox3i32 &box) const " .br .in -1c .SS "Static Public Member Functions" .in +1c .ti -1c .RI "static void * \fBcreateInstance\fP (void)" .br .ti -1c .RI "static \fBSoType\fP \fBgetClassTypeId\fP (void)" .br .ti -1c .RI "static void \fBinitClass\fP (void)" .br .in -1c .SS "Protected Attributes" .in +1c .ti -1c .RI "SbBox3i32 \fBvalue\fP" .br .in -1c .SS "Additional Inherited Members" .SH "Detailed Description" .PP The \fBSoSFBox3i32\fP class is a container for an SbBox3i32 vector\&. .PP This field is used where nodes, engines or other field containers needs to store a box\&. Be aware that this class is an extension for Coin, and it is not available in the original SGI Open Inventor v2\&.1 API\&. .PP \fBSince:\fP .RS 4 Coin 2\&.5 .RE .PP .SH "Member Function Documentation" .PP .SS "\fBSoType\fP SoSFBox3i32::getTypeId (void) const\fC [virtual]\fP" Returns the type identification instance which uniquely identifies the Coin field class the object belongs to\&. .PP \fBSee also:\fP .RS 4 getClassTypeId(), \fBSoType\fP .RE .PP .PP Implements \fBSoField\fP\&. .SS "void SoSFBox3i32::copyFrom (const \fBSoField\fP &f)\fC [virtual]\fP" Copy value(s) from \fIf\fP into this field\&. \fIf\fP must be of the same type as this field\&. .PP Implements \fBSoField\fP\&. .SS "SbBool SoSFBox3i32::isSame (const \fBSoField\fP &f) const\fC [virtual]\fP" Check for equal type and value(s)\&. .PP Implements \fBSoField\fP\&. .SS "void SoSFBox3i32::setValue (int32_txmin, int32_tymin, int32_tzmin, int32_txmax, int32_tymax, int32_tzmax)" Set value of vector\&. .SS "void SoSFBox3i32::setValue (const \fBSbVec3i32\fP &minvec, const \fBSbVec3i32\fP &maxvec)" Set value of vector\&. .SS "void SoSFBox3i32::getValue (SbBox3i32 &box) const" Set value of vector\&. .SH "Author" .PP Generated automatically by Doxygen for Coin from the source code\&.