[−][src]Struct flag_algebra::flags::Colored
A type for colored flags
Fields
content: Fcolor: Vec<u8>Implementations
impl<A, E> Colored<CGraph<E>, A>[src]
pub fn size(&self) -> usize[src]
pub fn is_edge(&self, u: usize, v: usize) -> bool[src]
pub fn edge(&self, u: usize, v: usize) -> u8[src]
impl<F, N> Colored<F, N> where
N: Unsigned,
F: Canonize, [src]
N: Unsigned,
F: Canonize,
Trait Implementations
impl<F, N> Canonize for Colored<F, N> where
F: Flag,
N: Unsigned + Clone + Eq + Ord, [src]
F: Flag,
N: Unsigned + Clone + Eq + Ord,
fn size(&self) -> usize[src]
fn invariant_neighborhood(&self, v: usize) -> Vec<Vec<usize>>[src]
fn invariant_coloring(&self) -> Option<Vec<u64>>[src]
fn apply_morphism(&self, p: &[usize]) -> Self[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]
impl<F: Clone, N: Clone> Clone for Colored<F, N>[src]
impl<F: Debug, N: Debug> Debug for Colored<F, N>[src]
impl<'de, F, N> Deserialize<'de> for Colored<F, N> where
F: Deserialize<'de>, [src]
F: Deserialize<'de>,
fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error> where
__D: Deserializer<'de>, [src]
__D: Deserializer<'de>,
impl<F: Flag, N> Display for Colored<F, N>[src]
impl<F, A> Draw for Colored<F, A> where
F: Draw, [src]
F: Draw,
fn draw_with_parameters<C>(&self, color: C, type_size: usize) -> SVG where
C: FnMut(usize) -> usize, [src]
C: FnMut(usize) -> usize,
fn draw(&self) -> SVG[src]
fn draw_typed(&self, type_size: usize) -> SVG[src]
fn to_svg_file(&self, filename: &str)[src]
impl<F: Eq, N: Eq> Eq for Colored<F, N>[src]
impl<F, N> Flag for Colored<F, N> where
F: Flag,
N: Unsigned + Clone + Eq + Ord + Debug, [src]
F: Flag,
N: Unsigned + Clone + Eq + Ord + Debug,
fn induce(&self, set: &[usize]) -> Self[src]
Returns the subflag induced by the vertices in the slice set.
fn size_zero_flags() -> Vec<Self>[src]
fn superflags(&self) -> Vec<Self>[src]
const NAME: &'static str[src]
const HEREDITARY: bool[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: Hash, N: Hash> Hash for Colored<F, N>[src]
fn hash<__H: Hasher>(&self, state: &mut __H)[src]
fn hash_slice<H>(data: &[Self], state: &mut H) where
H: Hasher, 1.3.0[src]
H: Hasher,
impl<F: Ord, N: Ord> Ord for Colored<F, N>[src]
fn cmp(&self, other: &Colored<F, N>) -> Ordering[src]
#[must_use]fn max(self, other: Self) -> Self1.21.0[src]
#[must_use]fn min(self, other: Self) -> Self1.21.0[src]
#[must_use]fn clamp(self, min: Self, max: Self) -> Self[src]
impl<F: PartialEq, N: PartialEq> PartialEq<Colored<F, N>> for Colored<F, N>[src]
impl<F: PartialOrd, N: PartialOrd> PartialOrd<Colored<F, N>> for Colored<F, N>[src]
fn partial_cmp(&self, other: &Colored<F, N>) -> Option<Ordering>[src]
fn lt(&self, other: &Colored<F, N>) -> bool[src]
fn le(&self, other: &Colored<F, N>) -> bool[src]
fn gt(&self, other: &Colored<F, N>) -> bool[src]
fn ge(&self, other: &Colored<F, N>) -> bool[src]
impl<F, N> Serialize for Colored<F, N> where
F: Serialize, [src]
F: Serialize,
fn serialize<__S>(&self, __serializer: __S) -> Result<__S::Ok, __S::Error> where
__S: Serializer, [src]
__S: Serializer,
impl<F, N> StructuralEq for Colored<F, N>[src]
impl<F, N> StructuralPartialEq for Colored<F, N>[src]
Auto Trait Implementations
impl<F, N> RefUnwindSafe for Colored<F, N> where
F: RefUnwindSafe,
N: RefUnwindSafe,
F: RefUnwindSafe,
N: RefUnwindSafe,
impl<F, N> Send for Colored<F, N> where
F: Send,
N: Send,
F: Send,
N: Send,
impl<F, N> Sync for Colored<F, N> where
F: Sync,
N: Sync,
F: Sync,
N: Sync,
impl<F, N> Unpin for Colored<F, N> where
F: Unpin,
N: Unpin,
F: Unpin,
N: Unpin,
impl<F, N> UnwindSafe for Colored<F, N> where
F: UnwindSafe,
N: UnwindSafe,
F: UnwindSafe,
N: UnwindSafe,
Blanket Implementations
impl<T> Any for T where
T: 'static + ?Sized, [src]
T: 'static + ?Sized,
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> DeserializeOwned for T where
T: for<'de> Deserialize<'de>, [src]
T: for<'de> Deserialize<'de>,
impl<T> From<T> for T[src]
impl<F> Html for F where
F: Draw, [src]
F: Draw,
fn print_html<W>(&Self, &mut W) -> Result<(), Error> where
W: Write, [src]
W: Write,
const LATEX: bool[src]
fn html(&self, name: &str) -> Result<()>[src]
impl<T, U> Into<U> for T where
U: From<T>, [src]
U: From<T>,
impl<T> Same<T> for T[src]
type Output = T
Should always be Self
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> 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<V, T> VZip<V> for T where
V: MultiLane<T>,
V: MultiLane<T>,