Uses of Enum Class
com.openinventor.inventor.SbDataType.DataTypes
Packages that use SbDataType.DataTypes
Package
Description
Open Inventor is an object-oriented and OpenGL-based API for real-time 3D visualization.
-
Uses of SbDataType.DataTypes in com.openinventor.inventor
Methods in com.openinventor.inventor that return SbDataType.DataTypesModifier and TypeMethodDescriptionSbDataType.getType()Returns the type as an enum.static SbDataType.DataTypesSbDataType.DataTypes.valueOf(int val) Returns the enum constant of this type with the specified integer valuestatic SbDataType.DataTypesReturns the enum constant of this class with the specified name.static SbDataType.DataTypes[]SbDataType.DataTypes.values()Returns an array containing the constants of this enum class, in the order they are declared.Constructors in com.openinventor.inventor with parameters of type SbDataType.DataTypes -
Uses of SbDataType.DataTypes in com.openinventor.inventor.nodes
Fields in com.openinventor.inventor.nodes with type parameters of type SbDataType.DataTypesModifier and TypeFieldDescriptionfinal SoSFEnum<SbDataType.DataTypes> SoBufferedShape.colorComponentsTypeSbDataType.DataTypetype for the color values.final SoSFEnum<SbDataType.DataTypes> SoBufferedShape.indexTypeSbDataType.DataTypetype for the indices.final SoSFEnum<SbDataType.DataTypes> SoBufferedShape.normalComponentsTypeSbDataType.DataTypetype for the normal vectors.final SoMFEnum<SbDataType.DataTypes> SoBufferedShape.texCoordsComponentsTypeSbDataType.DataTypetype for the texture coordinates.final SoSFEnum<SbDataType.DataTypes> SoVertexShaderParameterBufferObject.typeSpecifies the data type from the classSbDataTypeof each generic vertex parameter component.final SoSFEnum<SbDataType.DataTypes> SoBufferedShape.vertexComponentsTypeSbDataType.DataTypefor vertices.