VMML_TEMPLATE_STRING VMML_TEMPLATE_CLASSNAME::cp3_tensor( u1_type& U1, u2_type& U2, u3_type& U3, lambda_type& lambdas_ ) { set_lambdas(lambdas_); set_u1( U1); set_u2( U2); set_u3( U3); }
bsaheaderdfa& bsaheaderdfa::operator =(const bsaheaderdfa& other) { if (this != &other) { set_width(other.get_width()); set_height(other.get_height()); set_compressed_size(other.compressed_size); set_u2(other.u2); set_u3(other.u3); set_frame_count(other.frame_count); } return *this; }
bsaheadercfa& bsaheadercfa::operator =(const bsaheadercfa& other) { if (this != &other) { set_width_uncompressed(other.get_width()); set_height(other.get_height()); set_width_compressed(other.width_compressed); set_u2(other.u2); set_u3(other.u3); set_bits_per_pixel(other.bits_per_pixel); set_frame_count(other.frame_count); set_header_size(other.header_size); } return *this; }