[−][src]Struct flag_algebra::SubClass
A wrapper type for flags from a sub-class of flags.
Fields
content: FFlag wrapped.
Methods
impl<A> SubClass<Digraph, A>[src]
Trait Implementations
impl<F, A> Flag for SubClass<F, A> where
A: SubFlag<F>,
F: Flag, [src]
A: SubFlag<F>,
F: Flag,
const NAME: &'static str[src]
const HEREDITARY: bool[src]
fn superflags(&self) -> Vec<Self>[src]
fn induce(&self, p: &[usize]) -> Self[src]
fn all_flags(n: usize) -> Vec<Self>[src]
fn generate_next(previous: &[Self]) -> Vec<Self>[src]
fn generate(n: usize) -> Vec<Self>[src]
fn generate_typed_up(type_flag: &Self, g_vec: &[Self]) -> Vec<Self>[src]
fn generate_typed(type_flag: &Self, size: usize) -> Vec<Self>[src]
fn select_type(&self, eta: &[usize]) -> Self[src]
impl<F, A> From<F> for SubClass<F, A>[src]
impl<F: Flag, A> Clone for SubClass<F, A>[src]
fn clone(&self) -> Self[src]
fn clone_from(&mut self, source: &Self)1.0.0[src]
impl<F: Flag, A> Eq for SubClass<F, A>[src]
impl<F: Flag, A> Ord for SubClass<F, A>[src]
fn cmp(&self, other: &Self) -> Ordering[src]
fn max(self, other: Self) -> Self1.21.0[src]
fn min(self, other: Self) -> Self1.21.0[src]
fn clamp(self, min: Self, max: Self) -> Self[src]
impl<F: Flag, A> PartialEq<SubClass<F, A>> for SubClass<F, A>[src]
impl<F: Flag, A> PartialOrd<SubClass<F, A>> for SubClass<F, A>[src]
fn partial_cmp(&self, other: &Self) -> Option<Ordering>[src]
#[must_use]
fn lt(&self, other: &Rhs) -> bool1.0.0[src]
#[must_use]
fn le(&self, other: &Rhs) -> bool1.0.0[src]
#[must_use]
fn gt(&self, other: &Rhs) -> bool1.0.0[src]
#[must_use]
fn ge(&self, other: &Rhs) -> bool1.0.0[src]
impl<F: Flag, A> Display for SubClass<F, A>[src]
impl<F: Flag, A> Debug for SubClass<F, A>[src]
impl<F: Flag, A> Serialize for SubClass<F, A>[src]
impl<'de, F: Flag, A> Deserialize<'de> for SubClass<F, A>[src]
fn deserialize<D>(deserializer: D) -> Result<Self, D::Error> where
D: Deserializer<'de>, [src]
D: Deserializer<'de>,
impl<F, A> Canonize for SubClass<F, A> where
F: Flag, [src]
F: Flag,
fn size(&self) -> usize[src]
fn invariant_neighborhood(&self, v: usize) -> Vec<Vec<usize>>[src]
fn apply_morphism(&self, p: &[usize]) -> Self[src]
fn invariant_coloring(&self) -> Option<Vec<u64>>[src]
fn canonical(&self) -> Self[src]
fn canonical_typed(&self, sigma: usize) -> Self[src]
fn morphism_to_canonical(&self) -> Vec<usize>[src]
fn morphism_to_canonical_typed(&self, sigma: usize) -> Vec<usize>[src]
fn automorphisms(&self) -> AutomorphismIterator<Self>[src]
fn stabilizer(&self, sigma: usize) -> AutomorphismIterator<Self>[src]
Auto Trait Implementations
impl<F, A> Send for SubClass<F, A> where
A: Send,
F: Send,
A: Send,
F: Send,
impl<F, A> Sync for SubClass<F, A> where
A: Sync,
F: Sync,
A: Sync,
F: Sync,
impl<F, A> Unpin for SubClass<F, A> where
A: Unpin,
F: Unpin,
A: Unpin,
F: Unpin,
impl<F, A> UnwindSafe for SubClass<F, A> where
A: UnwindSafe,
F: UnwindSafe,
A: UnwindSafe,
F: UnwindSafe,
impl<F, A> RefUnwindSafe for SubClass<F, A> where
A: RefUnwindSafe,
F: RefUnwindSafe,
A: RefUnwindSafe,
F: RefUnwindSafe,
Blanket Implementations
impl<T, U> Into<U> for T where
U: From<T>, [src]
U: From<T>,
impl<T> From<T> for T[src]
impl<T> From<!> for T[src]
impl<T> ToOwned for T where
T: Clone, [src]
T: Clone,
type Owned = T
The resulting type after obtaining ownership.
fn to_owned(&self) -> T[src]
fn clone_into(&self, target: &mut T)[src]
impl<T> ToString for T where
T: Display + ?Sized, [src]
T: Display + ?Sized,
impl<T, U> TryFrom<U> for T where
U: Into<T>, [src]
U: Into<T>,
type Error = Infallible
The type returned in the event of a conversion error.
fn try_from(value: U) -> Result<T, <T as TryFrom<U>>::Error>[src]
impl<T, U> TryInto<U> for T where
U: TryFrom<T>, [src]
U: TryFrom<T>,
type Error = <U as TryFrom<T>>::Error
The type returned in the event of a conversion error.
fn try_into(self) -> Result<U, <U as TryFrom<T>>::Error>[src]
impl<T> Borrow<T> for T where
T: ?Sized, [src]
T: ?Sized,
impl<T> BorrowMut<T> for T where
T: ?Sized, [src]
T: ?Sized,
fn borrow_mut(&mut self) -> &mut T[src]
impl<T> Any for T where
T: 'static + ?Sized, [src]
T: 'static + ?Sized,
impl<SS, SP> SupersetOf<SS> for SP where
SS: SubsetOf<SP>,
SS: SubsetOf<SP>,
fn to_subset(&self) -> Option<SS>
fn is_in_subset(&self) -> bool
unsafe fn to_subset_unchecked(&self) -> SS
fn from_subset(element: &SS) -> SP
impl<T> DeserializeOwned for T where
T: Deserialize<'de>, [src]
T: Deserialize<'de>,
impl<T> Same<T> for T[src]
type Output = T
Should always be Self
impl<V, T> VZip<V> for T where
V: MultiLane<T>,
V: MultiLane<T>,