Struct opensubdiv_petite_sys::OpenSubdiv_v3_4_4_Far_TopologyRefiner[][src]

#[repr(C)]
pub struct OpenSubdiv_v3_4_4_Far_TopologyRefiner {
Show fields pub _subdivType: OpenSubdiv_v3_4_4_Sdc_SchemeType, pub _subdivOptions: OpenSubdiv_v3_4_4_Sdc_Options, pub _bitfield_align_1: [u8; 0], pub _bitfield_1: __BindgenBitfieldUnit<[u8; 2]>, pub _uniformOptions: OpenSubdiv_v3_4_4_Far_TopologyRefiner_UniformOptions, pub _adaptiveOptions: OpenSubdiv_v3_4_4_Far_TopologyRefiner_AdaptiveOptions, pub _totalVertices: c_int, pub _totalEdges: c_int, pub _totalFaces: c_int, pub _totalFaceVertices: c_int, pub _maxValence: c_int, pub _baseLevelOwned: bool, pub _levels: std_vector, pub _refinements: std_vector, pub _farLevels: std_vector,
}

Fields

_subdivType: OpenSubdiv_v3_4_4_Sdc_SchemeType_subdivOptions: OpenSubdiv_v3_4_4_Sdc_Options_bitfield_align_1: [u8; 0]_bitfield_1: __BindgenBitfieldUnit<[u8; 2]>_uniformOptions: OpenSubdiv_v3_4_4_Far_TopologyRefiner_UniformOptions_adaptiveOptions: OpenSubdiv_v3_4_4_Far_TopologyRefiner_AdaptiveOptions_totalVertices: c_int_totalEdges: c_int_totalFaces: c_int_totalFaceVertices: c_int_maxValence: c_int_baseLevelOwned: bool_levels: std_vector_refinements: std_vector_farLevels: std_vector

Implementations

impl OpenSubdiv_v3_4_4_Far_TopologyRefiner[src]

pub fn _isUniform(&self) -> c_uint[src]

pub fn set__isUniform(&mut self, val: c_uint)[src]

pub fn _hasHoles(&self) -> c_uint[src]

pub fn set__hasHoles(&mut self, val: c_uint)[src]

pub fn _hasIrregFaces(&self) -> c_uint[src]

pub fn set__hasIrregFaces(&mut self, val: c_uint)[src]

pub fn _regFaceSize(&self) -> c_uint[src]

pub fn set__regFaceSize(&mut self, val: c_uint)[src]

pub fn _maxLevel(&self) -> c_uint[src]

pub fn set__maxLevel(&mut self, val: c_uint)[src]

pub fn new_bitfield_1(
    _isUniform: c_uint,
    _hasHoles: c_uint,
    _hasIrregFaces: c_uint,
    _regFaceSize: c_uint,
    _maxLevel: c_uint
) -> __BindgenBitfieldUnit<[u8; 2]>
[src]

pub unsafe fn RefineUniform(
    &mut self,
    options: OpenSubdiv_v3_4_4_Far_TopologyRefiner_UniformOptions
)
[src]

pub unsafe fn RefineAdaptive(
    &mut self,
    options: OpenSubdiv_v3_4_4_Far_TopologyRefiner_AdaptiveOptions,
    selectedFaces: OpenSubdiv_v3_4_4_Far_ConstIndexArray
)
[src]

pub unsafe fn Unrefine(&mut self)[src]

pub unsafe fn GetNumFVarChannels(&self) -> c_int[src]

pub unsafe fn GetFVarLinearInterpolation(
    &self,
    channel: c_int
) -> OpenSubdiv_v3_4_4_Sdc_Options_FVarLinearInterpolation
[src]

pub unsafe fn GetNumFVarValuesTotal(&self, channel: c_int) -> c_int[src]

pub unsafe fn new(
    type_: OpenSubdiv_v3_4_4_Sdc_SchemeType,
    options: OpenSubdiv_v3_4_4_Sdc_Options
) -> Self
[src]

pub unsafe fn new1(source: *const OpenSubdiv_v3_4_4_Far_TopologyRefiner) -> Self[src]

pub unsafe fn destruct(&mut self)[src]

Auto Trait Implementations

Blanket Implementations

impl<T> Any for T where
    T: 'static + ?Sized
[src]

impl<T> Borrow<T> for T where
    T: ?Sized
[src]

impl<T> BorrowMut<T> for T where
    T: ?Sized
[src]

impl<T> From<T> for T[src]

impl<T, U> Into<U> for T where
    U: From<T>, 
[src]

impl<T, U> TryFrom<U> for T where
    U: Into<T>, 
[src]

type Error = Infallible

The type returned in the event of a conversion error.

impl<T, U> TryInto<U> for T where
    U: TryFrom<T>, 
[src]

type Error = <U as TryFrom<T>>::Error

The type returned in the event of a conversion error.